X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_IErrorMgr.cpp;h=293c2b80f9b98a78ada27b13871953b8ff1d61e5;hb=752c9e02e6aa8ced24e9b53097cb42540d5e6a08;hp=1d1c8a8d25aa34d434f598a06582a6a1ad43ab4f;hpb=eecc1410339bbfe9a7ba175a7555c4030bb4a80a;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_IErrorMgr.cpp b/src/ModuleBase/ModuleBase_IErrorMgr.cpp index 1d1c8a8d2..293c2b80f 100644 --- a/src/ModuleBase/ModuleBase_IErrorMgr.cpp +++ b/src/ModuleBase/ModuleBase_IErrorMgr.cpp @@ -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())); } } }