From 9b264a343951ec5dbde4649bfd5e58e85d7ed024 Mon Sep 17 00:00:00 2001 From: ouv Date: Wed, 11 Jan 2006 09:51:12 +0000 Subject: [PATCH] Fixed bug GVIEW11209 : Camera dump does not work --- src/SVTK/SVTK_ViewWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.2