Salome HOME
Fix for the #2716 comment 3 : make smash allow sub-solids selected, but "Apply" butto...
[modules/shaper.git] / src / CollectionPlugin / CollectionPlugin_WidgetField.cpp
index 7dc92ee851bacee0e90e6a88e22f256b5afb5d5d..235a45d390528d0a3969b87ccaaa67410a15193d 100644 (file)
@@ -982,6 +982,7 @@ void CollectionPlugin_WidgetField::onShapeTypeChanged(int theType)
   aSelList->clear();
   AttributeTablesPtr aTablesAttr = myFeature->data()->tables(CollectionPlugin_Field::VALUES_ID());
   aTablesAttr->setSize(1, myNbComponentsSpn->value(), myDataTblList.size());
+  updateObject(myFeature);
   emit valuesChanged();
 }