Salome HOME
Issue #1659 New widget for supporting optional inputs : rename CheckGroupBox to Optio...
[modules/shaper.git] / src / Config / Config_WidgetAPI.cpp
index 2b74277a142da5059e4024e55dd9a29efb774165..e8dcbf4be98df31111a8965313a46475d6ffccff 100644 (file)
@@ -81,7 +81,7 @@ std::string Config_WidgetAPI::widgetType() const
 
 bool Config_WidgetAPI::isGroupBoxWidget() const
 {
-  return isNode(myCurrentNode, WDG_GROUP, WDG_CHECK_GROUP,
+  return isNode(myCurrentNode, WDG_GROUP, WDG_OPTIONALBOX,
                 NULL);
 }