From 9add87ccb713651200bc6b58c7b6d745e589a99c Mon Sep 17 00:00:00 2001 From: nds Date: Fri, 22 May 2015 21:14:39 +0300 Subject: [PATCH] 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. --- src/FeaturesPlugin/FeaturesPlugin_Boolean.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2