mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-02 21:00:34 +05:00
- FitAll();
+ // FitAll(); - PAL16770(Display of a group performs an automatic fit all)
This commit is contained in:
parent
3fa5dd52ed
commit
b7b32942ac
@ -374,7 +374,7 @@ namespace SMESH {
|
|||||||
_PTR(Study) aDocument = aStudy->studyDS();
|
_PTR(Study) aDocument = aStudy->studyDS();
|
||||||
if((anActor = CreateActor(aDocument,theEntry,true))) {
|
if((anActor = CreateActor(aDocument,theEntry,true))) {
|
||||||
DisplayActor(theWnd,anActor);
|
DisplayActor(theWnd,anActor);
|
||||||
FitAll();
|
// FitAll(); - PAL16770(Display of a group performs an automatic fit all)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user