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 ()
|
void History::initHistory ()
|
||||||
{
|
{
|
||||||
|
|
||||||
selchangehist.block(true);
|
ConnectionBlocker selBlocker(selchangehist);
|
||||||
historyModel->clear ();
|
historyModel->clear ();
|
||||||
bookmarkModel->clear ();
|
bookmarkModel->clear ();
|
||||||
selchangehist.block(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void History::clearParamChanges ()
|
void History::clearParamChanges ()
|
||||||
|
Reference in New Issue
Block a user