# HG changeset patch # User Torsten # Date 1454622545 -3600 # Node ID 577e6936e51d0f343a36e3c57e370b56a58010a7 # Parent a2ee71d42a0609913a2a85b99b116fb06fb7cd9e 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 diff -r a2ee71d42a06 -r 577e6936e51d libgui/src/history-dock-widget.cc --- 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 ();