]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
0020585: [CEA 369] Changing background color cause no update for dump view
authordmv <dmv@opencascade.com>
Mon, 16 Nov 2009 06:47:10 +0000 (06:47 +0000)
committerdmv <dmv@opencascade.com>
Mon, 16 Nov 2009 06:47:10 +0000 (06:47 +0000)
src/SVTK/SVTK_ViewWindow.cxx

index d9f7d1f6740ecca52dd0c675c5f6da1436e1f529..7c834098b1fb785e9fbd66bd8717b03957c8f476 100755 (executable)
@@ -846,6 +846,7 @@ QImage SVTK_ViewWindow::dumpView()
   if( myDumpImage.isNull() )
     return dumpViewContent();
   
+  RefreshDumpImage();
   return myDumpImage;
 }