From 21ae53f799570f09a3445852c95256b48fdbb584 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 10 Sep 2007 13:40:24 +0000 Subject: [PATCH] - FitAll(); + // FitAll(); - PAL16770(Display of a group performs an automatic fit all) --- src/SMESHGUI/SMESHGUI_VTKUtils.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESHGUI/SMESHGUI_VTKUtils.cxx b/src/SMESHGUI/SMESHGUI_VTKUtils.cxx index f924d19b7..f86da0094 100644 --- a/src/SMESHGUI/SMESHGUI_VTKUtils.cxx +++ b/src/SMESHGUI/SMESHGUI_VTKUtils.cxx @@ -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; } -- 2.39.2