Salome HOME
Refs #288 - the profile section selected and addition mode is activated
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ChannelOp.cxx
index 2f7074aee2ba45c64ee628fa4ef485adf99c79b6..2ffdc5430d9462acec9f976708c2513cad10a1b4 100644 (file)
@@ -236,7 +236,7 @@ void HYDROGUI_ChannelOp::onCreatePreview( const bool theIsInit )
   if ( !myViewManager || !myPreviewPrs )
     return;
 
-  myPreviewPrs->update();
+  myPreviewPrs->update( true, true );
 }
 
 void HYDROGUI_ChannelOp::erasePreview()