summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 1ea35d74..9516f818 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -2389,6 +2389,8 @@ void MainWindow::refresher_progress(int percent)
void MainWindow::directory_refreshed()
{
+ statusBar()->hide();
+
DirectoryEntry *newStructure = m_DirectoryRefresher.getDirectoryStructure();
if (newStructure != NULL) {
DirectoryEntry *oldStructure = m_DirectoryStructure;
@@ -2406,7 +2408,6 @@ void MainWindow::directory_refreshed()
refreshLists();
}
// m_RefreshProgress->setVisible(false);
- statusBar()->hide();
// some problem-reports may rely on the virtual directory tree so they need to be updated
// now