Salome HOME
Issue #1278 In the sketch the creation line is not functional when I check the box...
[modules/shaper.git] / src / XGUI / XGUI_PropertyPanel.cpp
index 5930c5e9f864373b331c38340b4e55ba5b07f1c7..8b1ab4f03e5f035e1222f19c354945b178e60566 100755 (executable)
@@ -164,7 +164,7 @@ void XGUI_PropertyPanel::activateNextWidget(ModuleBase_ModelWidget* theWidget)
 
 void XGUI_PropertyPanel::onFocusInWidget(ModuleBase_ModelWidget* theWidget)
 {
-  if (theWidget->canSetValue())
+  if (theWidget->canAcceptFocus())
     activateWidget(theWidget);
 }