changeset 21193:577e6936e51d

fix enabling filter of history view when clicking into the widget * history_dock_widget.cc (construct): do not set the focus proxy to the line edit of the filter
author Torsten <ttl@justmail.de>
date Thu, 04 Feb 2016 22:49:05 +0100
parents a2ee71d42a06
children 4a04de049ff9
files libgui/src/history-dock-widget.cc
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/history-dock-widget.cc	Thu Feb 04 15:38:26 2016 -0500
+++ b/libgui/src/history-dock-widget.cc	Thu Feb 04 22:49:05 2016 +0100
@@ -109,8 +109,6 @@
   hist_layout->setMargin (2);
   widget ()->setLayout (hist_layout);
 
-  setFocusProxy (_filter->lineEdit ());
-
   // Init state of the filter
   QSettings *settings = resource_manager::get_settings ();