From eb8ed9d30d2439deec75253e5f694e0a052e2823 Mon Sep 17 00:00:00 2001 From: apo Date: Tue, 23 Aug 2005 08:34:37 +0000 Subject: [PATCH] Porting to new SVTK interface --- src/SALOME_PY/SalomePy.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SALOME_PY/SalomePy.cxx b/src/SALOME_PY/SalomePy.cxx index 1013f34cc..76680a9dc 100755 --- a/src/SALOME_PY/SalomePy.cxx +++ b/src/SALOME_PY/SalomePy.cxx @@ -153,7 +153,7 @@ public: virtual void Execute() { if( SVTK_ViewWindow* aVTKViewWindow = GetVTKViewWindow() ) { PyObject* aPyClass = GetPyClass("vtkRenderWindowInteractor"); - vtkRenderWindowInteractor* aVTKObject = aVTKViewWindow->getRWInteractor(); + vtkRenderWindowInteractor* aVTKObject = aVTKViewWindow->getRWInteractor()->getInteractor(); myResult = PyVTKObject_New(aPyClass,aVTKObject); } } -- 2.39.2