Solving issue #3088 : "Filebrowser's History panel broken"

This commit is contained in:
Hombre
2016-01-12 23:50:18 +01:00
parent 1a9121714a
commit aab073cfe2

View File

@@ -155,8 +155,10 @@ History::History (bool bookmarkSupport) : blistener(NULL), tpc (NULL), bmnum (1)
void History::initHistory ()
{
selchangehist.block(true);
historyModel->clear ();
bookmarkModel->clear ();
selchangehist.block(false);
}
void History::clearParamChanges ()