When opening an empty folder, file browser shows image count from previous non-empty folder, Issue 606

This commit is contained in:
Ingo
2015-05-17 20:40:57 +02:00
parent dc7929f7cb
commit 64426f7822
4 changed files with 10 additions and 2 deletions

View File

@@ -1181,6 +1181,7 @@ void FileBrowser::applyFilter (const BrowserFilter& filter) {
if (selchanged)
notifySelectionListener ();
tbl->filterApplied();
redraw ();
}