Skip to content

Commit

Permalink
Update QgisModelBaker/gui/workflow_wizard/workflow_wizard.py
Browse files Browse the repository at this point in the history
Co-authored-by: Damiano Lombardi <[email protected]>
  • Loading branch information
signedav and domi4484 authored Dec 6, 2023
1 parent 86f6388 commit 3589cf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions QgisModelBaker/gui/workflow_wizard/workflow_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,11 +694,10 @@ def append_dropped_files(self, dropped_files, dropped_ini_files):

def busy(self, page, busy, text="Busy..."):
page.setEnabled(not busy)
self.log_panel.busy_bar.setVisible(busy)
if busy:
self.log_panel.busy_bar.setFormat(text)
self.log_panel.busy_bar.setVisible(True)
else:
self.log_panel.busy_bar.setVisible(False)
self.log_panel.scrollbar.setValue(self.log_panel.scrollbar.maximum())


Expand Down

0 comments on commit 3589cf9

Please sign in to comment.