From: nds Date: Fri, 22 May 2015 18:14:39 +0000 (+0300) Subject: 1. This is a fix for the disabled object visualized in the viewer. 2. Comment multi... X-Git-Tag: V_1.2.0~105 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9add87ccb713651200bc6b58c7b6d745e589a99c;p=modules%2Fshaper.git 1. This is a fix for the disabled object visualized in the viewer. 2. Comment multi-selector using in the boolean operation. Scenario: create a sketch with a circle. Create an extrusion. Set extrusion height is 0. Set height more than 0. Apply. Hide extrusion result. A cylinder is visualized in the viewer. --- diff --git a/src/FeaturesPlugin/FeaturesPlugin_Boolean.cpp b/src/FeaturesPlugin/FeaturesPlugin_Boolean.cpp index 913d8ade0..2bf1f1ff0 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Boolean.cpp +++ b/src/FeaturesPlugin/FeaturesPlugin_Boolean.cpp @@ -15,6 +15,7 @@ #include using namespace std; +// to use multi-selection, please comment the next define and uncomment multi_selector in boolean_widget.xml #define DEBUG_ONE_OBJECT #define FACE 4