- FitAll();

+	      // FitAll(); - PAL16770(Display of a group performs an automatic fit all)
This commit is contained in:
eap 2007-09-10 13:38:49 +00:00
parent 3fa5dd52ed
commit b7b32942ac

View File

@ -374,7 +374,7 @@ namespace SMESH {
_PTR(Study) aDocument = aStudy->studyDS();
if((anActor = CreateActor(aDocument,theEntry,true))) {
DisplayActor(theWnd,anActor);
FitAll();
// FitAll(); - PAL16770(Display of a group performs an automatic fit all)
}
break;
}