X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSVTK%2FSVTK_ViewWindow.cxx;h=a6d58a5c20a5fec40c50433450464e8b2fda7be5;hb=1f81f3c2db68bd5dc182226d953e36ee0ebfc9c9;hp=3b03d944ecad162dea6b3d9841accc7158e51793;hpb=6b9cf1301572b112f8b20af93aaee2d6d8cda43e;p=modules%2Fgui.git 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 );