]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
#1071 - sketch validation problem
authornds <nds@opencascade.com>
Tue, 10 Nov 2015 10:09:23 +0000 (13:09 +0300)
committernds <nds@opencascade.com>
Tue, 10 Nov 2015 10:09:50 +0000 (13:09 +0300)
src/ModuleBase/ModuleBase_WidgetEditor.cpp

index 4f26e23d97c6c9180a615ff16c94b56cc97512a9..334c50492d4eff3a9bbeb042f8eb1fc206517318 100644 (file)
@@ -111,5 +111,7 @@ void ModuleBase_WidgetEditor::showPopupEditor()
     ModuleBase_Tools::setSpinText(mySpinBox, aText);
   }
   emit valuesChanged();
-  emit focusOutWidget(this);
+  // the focus leaves the control automatically by the Enter/Esc event
+  // it is processed in operation manager
+  //emit focusOutWidget(this);
 }