Salome HOME
Clear text in ModuleBase_WidgetFeatureSelector when object deselected.
[modules/shaper.git] / src / XGUI / XGUI_PropertyPanel.cpp
index e37d69f9132f077dba252ba81d4d94f5ecd2c3f4..82c99cf8c64aaaaeb078ba64a5a2275343fae90b 100755 (executable)
@@ -241,7 +241,7 @@ void XGUI_PropertyPanel::activateNextWidget(ModuleBase_ModelWidget* theWidget,
     if (isFoundWidget || !theWidget) {
 
       if (!aValidators->isCase(aCurrentWidget->feature(), aCurrentWidget->attributeID()))
-        continue; // this attribute is not participated in the current case
+        continue; // this attribute does not participate in the current case
       if (isCheckVisibility && !aCurrentWidget->isInternal()) {
         if (!aCurrentWidget->isVisible())
           continue;