ui: Fixed include detection did not always stop status bar progress after finishing
* Changed next button labels in include detection dialogs
This commit is contained in:
@@ -95,8 +95,6 @@ void QtDialogView::showProgressDialog(const std::string& title, const std::strin
|
||||
|
||||
void QtDialogView::hideProgressDialog()
|
||||
{
|
||||
MessageStatus("", false, false).dispatch();
|
||||
|
||||
m_onQtThread(
|
||||
[=]()
|
||||
{
|
||||
@@ -106,6 +104,8 @@ void QtDialogView::hideProgressDialog()
|
||||
m_windowStack.popWindow();
|
||||
}
|
||||
|
||||
MessageStatus("", false, false).dispatch();
|
||||
|
||||
setUIBlocked(false);
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user