]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #1343. Improvement of Extrusion and Revolution operations: correction for case...
authornds <nds@opencascade.com>
Thu, 7 Apr 2016 07:09:53 +0000 (10:09 +0300)
committernds <nds@opencascade.com>
Thu, 7 Apr 2016 07:09:53 +0000 (10:09 +0300)
src/ModuleBase/ModuleBase_WidgetValidated.cpp

index 0bc4aef1a1ab71808bd8874ef33e30a5f6a3dd78..c2ad49c1c5b49f00d30f269a5d51922464d9d5d2 100644 (file)
@@ -28,7 +28,7 @@ ModuleBase_WidgetValidated::ModuleBase_WidgetValidated(QWidget* theParent,
                                                        ModuleBase_IWorkshop* theWorkshop,
                                                        const Config_WidgetAPI* theData)
 : ModuleBase_ModelWidget(theParent, theData),
-  myWorkshop(theWorkshop)
+  myWorkshop(theWorkshop), myIsInValidate(false)
 {
   myAttributeStore = new ModuleBase_WidgetSelectorStore();
 }