]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
To avoid an runtime error:
authorapo <apo@opencascade.com>
Tue, 6 Sep 2005 04:35:46 +0000 (04:35 +0000)
committerapo <apo@opencascade.com>
Tue, 6 Sep 2005 04:35:46 +0000 (04:35 +0000)
- UnbindContext: Assertion `vb.context == ctx' failed

src/SVTK/SVTK_RenderWindowInteractor.cxx

index ff0a517e743fd60d9cb1ebe28d8b6cf18223b115..2f3ec29160f24f91356231d509b3b9727589f8a4 100644 (file)
@@ -164,7 +164,8 @@ QVTK_RenderWindowInteractor
   theRenderWindow->DoubleBufferOn();
   setMouseTracking(true);
 
-  Initialize();
+  // To avoid UnbindContext: Assertion `vb.context == ctx' failed
+  // Initialize();
 }
 
 vtkRenderWindow*