Solving issue #3088: "Filebrowser's History panel broken"
This commit is contained in:
@@ -155,10 +155,9 @@ History::History (bool bookmarkSupport) : blistener(NULL), tpc (NULL), bmnum (1)
|
||||
void History::initHistory ()
|
||||
{
|
||||
|
||||
selchangehist.block(true);
|
||||
ConnectionBlocker selBlocker(selchangehist);
|
||||
historyModel->clear ();
|
||||
bookmarkModel->clear ();
|
||||
selchangehist.block(false);
|
||||
}
|
||||
|
||||
void History::clearParamChanges ()
|
||||
|
Reference in New Issue
Block a user