logic: Show hidden indexing dialog on refresh

* Fixed refresh restarted when refreshing while processing files
This commit is contained in:
Eberhard Graether
2018-10-17 01:30:33 +02:00
parent d78e80b548
commit 842bce8b32
12 changed files with 64 additions and 40 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ void QtStatusBar::showErrors()
void QtStatusBar::clickedIndexingProgress()
{
MessageIndexingShowDialog(true).dispatch();
MessageIndexingShowDialog().dispatch();
}
QWidget* QtStatusBar::addPermanentVLine()