From 7953249e3b100b30fd6b604e3d6a92806fb8ab1a Mon Sep 17 00:00:00 2001 From: ouv Date: Tue, 28 Dec 2010 12:26:33 +0000 Subject: [PATCH] 0021105: EDF 1179 SMESH: Efficiency of clipping plane in VTK viewer --- src/VISUGUI/VisuGUI_ClippingDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISUGUI/VisuGUI_ClippingDlg.cxx b/src/VISUGUI/VisuGUI_ClippingDlg.cxx index 2881bb37..076dde49 100644 --- a/src/VISUGUI/VisuGUI_ClippingDlg.cxx +++ b/src/VISUGUI/VisuGUI_ClippingDlg.cxx @@ -162,7 +162,7 @@ OrientedPlane::OrientedPlane(SVTK_ViewWindow* vw): myViewWindow(vw) { Init(); - myViewWindow->AddActor(myActor); + myViewWindow->AddActor(myActor, false, false); // don't adjust actors } OrientedPlane::OrientedPlane(): -- 2.30.2