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:
Eberhard Graether
2018-01-28 22:27:35 +01:00
parent f49256bbd4
commit 393b601c16
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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);
}
);