]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #1343. Improvement of Extrusion and Revolution operations: Bug correction:...
authornds <nds@opencascade.com>
Tue, 5 Apr 2016 06:19:05 +0000 (09:19 +0300)
committernds <nds@opencascade.com>
Tue, 5 Apr 2016 06:19:05 +0000 (09:19 +0300)
src/ModuleBase/ModuleBase_WidgetSelector.cpp

index 5dc76b1644ce711acfb4b385399d1b58894a956f..03fc9d90755029d1885ded03507071cf6f524d47 100755 (executable)
@@ -175,7 +175,7 @@ bool ModuleBase_WidgetSelector::setSelectionCustom(const ModuleBase_ViewerPrs& t
   GeomShapePtr aShape;
   getGeomSelection(thePrs, anObject, aShape);
 
-  ModuleBase_Tools::setObject(attributeToValidate(), anObject, aShape, myWorkshop, false);
+  ModuleBase_Tools::setObject(attributeToValidate(), anObject, aShape, myWorkshop, myIsInValidate);
   return true;
 }