Salome HOME
Merge branch 'BR_2017_PORTING' into BR_2018_V8_5
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_SplitPolylinesOp.cxx
index be1c18e38652cdabea107bd1eb44d8bb6a83a40b..439af525d241b750406b745d50a5047f23d6d000 100644 (file)
@@ -209,7 +209,7 @@ void HYDROGUI_SplitPolylinesOp::OnUpdatePreview()
             aCtx->Erase( mySplitPointPreview, Standard_False );  
         }
 
-        aCtx->ClearSelected();
+        aCtx->ClearSelected(true);
       }
 
       if ( aPanel->GetMode() == HYDROGUI_SplitPolylinesDlg::ByPoint )