changeset 25122:68366259ac87 stable

fix focus issue when clicking on title bar of documentation dock widget * documentation-dock-widget.cc (ctor): do not set a focus proxy
author Torsten <mttl@mailbox.org>
date Wed, 04 Apr 2018 22:03:36 +0200
parents 9578133ca03e
children fc8803962533
files libgui/src/documentation-dock-widget.cc
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/documentation-dock-widget.cc	Tue Apr 03 20:17:42 2018 -0500
+++ b/libgui/src/documentation-dock-widget.cc	Wed Apr 04 22:03:36 2018 +0200
@@ -41,7 +41,6 @@
 
     m_docs = new octave::documentation (this);
     setWidget (m_docs);
-    setFocusProxy (m_docs);
 
     connect (p, SIGNAL (show_doc_signal (const QString&)),
              this, SLOT (showDoc (const QString&)));