(Fix problem with Object browser updating)
- Revert fix made for issue "
0021515: EDF 2169 SMESH: groups not in OB" - it is no more required since actual problem is solved by fix for issue
0020749.
anEntryList.append( aSObject->GetID().c_str() );
}
}
- update( UF_ObjBrowser | UF_Model );
-
SMESHGUI::Modified();
+ update( UF_ObjBrowser | UF_Model );
+
// 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() );