Skip to content

Commit

Permalink
set minimum duration to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Sep 9, 2024
1 parent cb891dc commit 767ef9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/asammdf/gui/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ def __init__(self, *args, **kwargs):
self.close_on_finish = True
self.hide_on_finish = False

self.setMinimumDuration(0)

self.canceled.connect(partial(self.close, reject=True))

def run_thread_with_progress(
Expand Down

0 comments on commit 767ef9c

Please sign in to comment.