From: ouv Date: Wed, 11 Jan 2006 09:51:12 +0000 (+0000) Subject: Fixed bug GVIEW11209 : Camera dump does not work X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9b264a343951ec5dbde4649bfd5e58e85d7ed024;p=modules%2Fgui.git Fixed bug GVIEW11209 : Camera dump does not work --- diff --git a/src/SVTK/SVTK_ViewWindow.cxx b/src/SVTK/SVTK_ViewWindow.cxx index 4f2c8841e..f3dd67bb9 100755 --- a/src/SVTK/SVTK_ViewWindow.cxx +++ b/src/SVTK/SVTK_ViewWindow.cxx @@ -73,7 +73,7 @@ SVTK_ViewWindow ::Initialize(SVTK_ViewModelBase* theModel) { if(SUIT_ResourceMgr* aResourceMgr = SUIT_Session::session()->resourceMgr()){ - myMainWindow = new SVTK_MainWindow(this,"SVTK_MainWindow",aResourceMgr); + myMainWindow = new SVTK_MainWindow(this,"SVTK_MainWindow",aResourceMgr,this); SVTK_RenderWindowInteractor* anIteractor = new SVTK_RenderWindowInteractor(myMainWindow,"SVTK_RenderWindowInteractor");