Gui: activate ProgressDialog

This commit is contained in:
wmayer
2020-01-25 16:31:30 +01:00
parent 4b85928b6c
commit 26aed44d4f
4 changed files with 104 additions and 123 deletions

View File

@@ -123,7 +123,7 @@ void SequencerBar::resume()
}
// must be called as last to get control before WaitCursor
d->bar->enterControlEvents(); // grab again
d->bar->enterControlEvents(d->guiThread); // grab again
}
void SequencerBar::startStep()