Filmstrip height not high enough after latest dev, fixes #4655

This commit is contained in:
heckflosse
2018-07-02 11:03:19 +02:00
parent 8a9f102cd2
commit bb9e7c5d66

View File

@@ -519,9 +519,6 @@ void ThumbBrowserBase::configScrollBars ()
} else {
vscroll.show();
}
} else { // hide scrollbars when a filter is applied which returns no files
hscroll.hide();
vscroll.hide();
}
}