]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fixed bug GVIEW11209 : Camera dump does not work
authorouv <ouv@opencascade.com>
Wed, 11 Jan 2006 09:51:12 +0000 (09:51 +0000)
committerouv <ouv@opencascade.com>
Wed, 11 Jan 2006 09:51:12 +0000 (09:51 +0000)
src/SVTK/SVTK_ViewWindow.cxx

index 4f2c8841ef8dd82f2bfcd25cb33c535237d4cd76..f3dd67bb9b310df7b6483bbe0c6d8ac5c164de7e 100755 (executable)
@@ -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");