From 62e8dfbfe705eb200a332406b890bd86c97d0db4 Mon Sep 17 00:00:00 2001 From: apo Date: Tue, 31 May 2005 15:18:35 +0000 Subject: [PATCH] To right initialization of SVTK_RenderWindowInteractor --- src/SVTK/SVTK_ViewWindow.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SVTK/SVTK_ViewWindow.cxx b/src/SVTK/SVTK_ViewWindow.cxx index 3b03d944e..a6d58a5c2 100755 --- a/src/SVTK/SVTK_ViewWindow.cxx +++ b/src/SVTK/SVTK_ViewWindow.cxx @@ -78,9 +78,10 @@ SVTK_ViewWindow SVTK_InteractorStyle* RWS = SVTK_InteractorStyle::New(); RWS->setGUIWindow( myRenderWindow ); RWS->setViewWindow( this ); - myRWInteractor->SetInteractorStyle( RWS ); + myRWInteractor->SetInteractorStyle( RWS ); myRWInteractor->Initialize(); + RWS->setTriedron( myTrihedron ); RWS->FindPokedRenderer( 0, 0 ); -- 2.39.2