]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fixed "Sub-Shapes" and "Remove Sub-Shapes" on pre-selection.
authordbv <dbv@opencascade.com>
Tue, 31 May 2016 10:06:11 +0000 (13:06 +0300)
committerdbv <dbv@opencascade.com>
Tue, 31 May 2016 10:06:11 +0000 (13:06 +0300)
src/BuildPlugin/subshapes_widget.xml
src/FeaturesPlugin/remove_subshapes_widget.xml

index 2548d39c5484ec1270125e3b6dd5d2dceec70cd8..ec7320e65b4ec858a4455ea2f2df43e2a1b01203 100644 (file)
@@ -5,7 +5,8 @@
                   label="Shape:"
                   tooltip="Select a shape to modify."
                   shape_types="objects"
-                  concealment="true">
+                  concealment="true"
+                  greed="true">
     <validator id="GeomValidators_ShapeType" parameters="wire,face"/>
   </shape_selector>
   <multi_selector id="subshapes"
index c5e213ff490b419ee630cf27cf1eb869f03df263..9300b9a2f511124a5fe2b30997a76467b8627822 100644 (file)
@@ -5,7 +5,8 @@
                   label="Shape:"
                   tooltip="Select a shape to modify."
                   shape_types="objects"
-                  concealment="true">
+                  concealment="true"
+                  greed="true">
     <validator id="GeomValidators_ShapeType" parameters="wire,shell,compsolid,compound"/>
     <validator id="GeomValidators_BodyShapes"/>
   </shape_selector>