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>
(cherry picked from commit 058bd5c362)
pull/182/head
Michele Calgaro 6 years ago
parent ea60bbc014
commit 42b2c4e996

@ -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