Salome HOME
Refs #288 - the profile section selected and addition mode is activated
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_StreamOp.cxx
index 06f07cfc0464c6608e4c9b701224fc79575bca79..66178e7d720e6db6e872be9e451027ad5d897537 100755 (executable)
@@ -221,7 +221,7 @@ void HYDROGUI_StreamOp::createPreview()
   }
 
   if ( myPreviewPrs ) {
-    myPreviewPrs->update();  
+    myPreviewPrs->update( true, true );  
   }
 }