diff options
| author | Tannin <devnull@localhost> | 2013-10-06 12:20:07 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-10-06 12:20:07 +0200 |
| commit | ba09054e6b22a134de03903ad91a206b9bbbb5d4 (patch) | |
| tree | 9dd8e9b463e49e3d4b9d85d8d708d9f029e05544 | |
| parent | cffd9eb4e21f0ddcddca68d8eb0f1c80c8ac6ae1 (diff) | |
| parent | 694e3ed2793d5c2dafc1061b119c93b091aeb2d1 (diff) | |
Merge
| -rw-r--r-- | src/mainwindow.cpp | 3 |
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 |
