Skip to content

Commit

Permalink
Solving issue #3088: "Filebrowser's History panel broken"
Browse files Browse the repository at this point in the history
  • Loading branch information
Hombre57 committed Jan 13, 2016
1 parent aab073c commit aa212e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rtgui/history.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit aa212e5

Please sign in to comment.