Salome HOME
#1136 - hidden axis are selected in sketch
[modules/shaper.git] / src / ModuleBase / ModuleBase_IErrorMgr.cpp
index 1d1c8a8d25aa34d434f598a06582a6a1ad43ab4f..293c2b80f9b98a78ada27b13871953b8ff1d61e5 100644 (file)
@@ -29,6 +29,7 @@ void ModuleBase_IErrorMgr::setPropertyPanel(ModuleBase_IPropertyPanel* theProp)
     foreach(const ModuleBase_ModelWidget* aWgt, myPropertyPanel->modelWidgets()) {
       connect(aWgt, SIGNAL(afterValuesChanged()), this, SLOT(onWidgetChanged()));
       connect(aWgt, SIGNAL(afterValuesRestored()), this, SLOT(onWidgetChanged()));
+      connect(aWgt, SIGNAL(valueStateChanged(int)), this, SLOT(onWidgetChanged()));
     }
   }
 }