From: asl Date: Thu, 31 Jan 2008 05:38:32 +0000 (+0000) Subject: IPAL18742: blinking of VTK scene X-Git-Tag: V5_0_0a1~48 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ce0e614a867e47716c29ac4549c238a9de9feb8f;p=modules%2Fgui.git IPAL18742: blinking of VTK scene --- diff --git a/src/SVTK/SVTK_RenderWindowInteractor.cxx b/src/SVTK/SVTK_RenderWindowInteractor.cxx index be0ea28c7..56236ad89 100644 --- a/src/SVTK/SVTK_RenderWindowInteractor.cxx +++ b/src/SVTK/SVTK_RenderWindowInteractor.cxx @@ -71,7 +71,7 @@ QVTK_RenderWindowInteractor myRenderWindow(vtkRenderWindow::New()) { setAttribute( Qt::WA_PaintOnScreen ); - //setAttribute( Qt::WA_NoSystemBackground ); + setAttribute( Qt::WA_NoSystemBackground ); setObjectName(theName);