From a98b4565812a9991efff2aa0b015b1ac4f461c56 Mon Sep 17 00:00:00 2001 From: nds Date: Thu, 7 Apr 2016 10:09:53 +0300 Subject: [PATCH] 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. --- src/ModuleBase/ModuleBase_WidgetValidated.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.39.2