]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Apply SMESH module performance improvement
authorapo <apo@opencascade.com>
Thu, 2 Mar 2006 11:24:44 +0000 (11:24 +0000)
committerapo <apo@opencascade.com>
Thu, 2 Mar 2006 11:24:44 +0000 (11:24 +0000)
src/SVTK/SVTK_RenderWindowInteractor.cxx

index a2b8aa176ab3623824c19fa99080b5a5900bebba..0d4142995bf1cf8e4cf13dbd2cc3832621e7dac0 100644 (file)
@@ -162,7 +162,7 @@ void
 QVTK_RenderWindowInteractor
 ::paintEvent( QPaintEvent* theEvent ) 
 {
-  GetDevice()->Render();
+  GetDevice()->CreateTimer(VTKI_TIMER_FIRST);
 }