Skip to content

Commit

Permalink
Fix ProgressDialog not being properly drawn
Browse files Browse the repository at this point in the history
  • Loading branch information
donob4n committed Apr 23, 2020
1 parent b577cb9 commit 5f65477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qubesmanager/qube_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ def fill_cache(self):
len(self.qubes_app.domains.keys()))
progress.setWindowTitle(self.tr("Qube Manager"))
progress.setMinimumDuration(1000)
progress.setWindowModality(Qt.WindowModal)
progress.setCancelButton(None)

row_no = 0
Expand Down

0 comments on commit 5f65477

Please sign in to comment.