From: nds Date: Thu, 7 Apr 2016 07:09:53 +0000 (+0300) Subject: Issue #1343. Improvement of Extrusion and Revolution operations: correction for case... X-Git-Tag: V_2.3.0~278 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a98b4565812a9991efff2aa0b015b1ac4f461c56;p=modules%2Fshaper.git Issue #1343. Improvement of Extrusion and Revolution operations: correction for case: create Extrusion with a construction Plane selected as a bounding plane(From/To); edit extrusion. Problem: is is not possible to deselect the plane by click in viewer. --- diff --git a/src/ModuleBase/ModuleBase_WidgetValidated.cpp b/src/ModuleBase/ModuleBase_WidgetValidated.cpp index 0bc4aef1a..c2ad49c1c 100644 --- a/src/ModuleBase/ModuleBase_WidgetValidated.cpp +++ b/src/ModuleBase/ModuleBase_WidgetValidated.cpp @@ -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(); }