anEntryList.append( aSObject->GetID().c_str() );
}
}
- SMESHGUI::Modified();
-
update( UF_ObjBrowser | UF_Model );
+ SMESHGUI::Modified();
+
// Re-init controls to create the next group
myElemGeoIDs.clear();
myNodeGeoIDs.clear();
myDlg->myNodeGeomBtn->setChecked(false);
myDlg->updateButtons();
+ update( UF_ObjBrowser | UF_Model );
+
if( LightApp_Application* anApp =
dynamic_cast<LightApp_Application*>( SUIT_Session::session()->activeApplication() ) )
anApp->browseObjects( anEntryList, isApplyAndClose() );