From aab073cfe254dff3c7dcb06ecc06532942b88a59 Mon Sep 17 00:00:00 2001 From: Hombre Date: Tue, 12 Jan 2016 23:50:18 +0100 Subject: [PATCH] Solving issue #3088 : "Filebrowser's History panel broken" --- rtgui/history.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtgui/history.cc b/rtgui/history.cc index 204ae803a..c4326d573 100644 --- a/rtgui/history.cc +++ b/rtgui/history.cc @@ -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 ()