Salome HOME
Do not lose a focus from an active widget.
authorvsv <vsv@opencascade.com>
Fri, 6 Dec 2019 12:35:17 +0000 (15:35 +0300)
committervsv <vsv@opencascade.com>
Fri, 6 Dec 2019 12:35:41 +0000 (15:35 +0300)
src/XGUI/XGUI_Workshop.cpp

index 814cf4b1557ae63aa97fdebf4f2428dd79d39cbf..5ed8b452746280f8ad6c2b3f5301cc0e4d51ba3a 100644 (file)
@@ -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()");
 }
 
 //******************************************************