Fixed Quick File Browser crash when the contents of a directory was

modified. This resolves bug 2863.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/2/head
Michele Calgaro 6 years ago
parent 7f55022fcf
commit 058bd5c362

@ -513,10 +513,6 @@ void PanelBrowserMenu::slotMimeCheck()
void PanelBrowserMenu::slotClear()
{
// no need to watch any further
if (_dirWatch.contains(path()))
_dirWatch.removeDir( path() );
// don't change menu if already visible
if (isVisible()) {
_dirty = true;

Loading…
Cancel
Save