From: vsv Date: Fri, 6 Dec 2019 12:35:17 +0000 (+0300) Subject: Do not lose a focus from an active widget. X-Git-Tag: V9_5_0a1~118 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c8f9fac05f59467341c4ad2ed1f13567b466dcf9;p=modules%2Fshaper.git Do not lose a focus from an active widget. --- diff --git a/src/XGUI/XGUI_Workshop.cpp b/src/XGUI/XGUI_Workshop.cpp index 814cf4b15..5ed8b4527 100644 --- a/src/XGUI/XGUI_Workshop.cpp +++ b/src/XGUI/XGUI_Workshop.cpp @@ -1582,7 +1582,7 @@ void XGUI_Workshop::showPanel(QDockWidget* theDockWidget) // in order to operation manager could process key events of the panel. // otherwise they are ignored. It happens only if the same(activateWindow) is // not happened by property panel activation(e.g. resume operation of Sketch) - ModuleBase_Tools::setFocus(theDockWidget, "XGUI_Workshop::showPanel()"); + //ModuleBase_Tools::setFocus(theDockWidget, "XGUI_Workshop::showPanel()"); } //******************************************************