Salome HOME
- FitAll();
authoreap <eap@opencascade.com>
Mon, 10 Sep 2007 13:40:24 +0000 (13:40 +0000)
committereap <eap@opencascade.com>
Mon, 10 Sep 2007 13:40:24 +0000 (13:40 +0000)
+       // FitAll(); - PAL16770(Display of a group performs an automatic fit all)

src/SMESHGUI/SMESHGUI_VTKUtils.cxx

index f924d19b77327e32f797d380dbc4123e81236f63..f86da0094535f78fa772288fb83307e53f318859 100644 (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;
          }