From: asl Date: Mon, 29 Jun 2015 13:29:00 +0000 (+0300) Subject: refs #585: correct tool polyline filling X-Git-Tag: v1.4.2~10^2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4d019d4986ce777736ea1200d48cfa9b119b99fc;p=modules%2Fhydro.git refs #585: correct tool polyline filling --- diff --git a/src/HYDROGUI/HYDROGUI_SplitPolylinesDlg.cxx b/src/HYDROGUI/HYDROGUI_SplitPolylinesDlg.cxx index aa70371a..58699e13 100644 --- a/src/HYDROGUI/HYDROGUI_SplitPolylinesDlg.cxx +++ b/src/HYDROGUI/HYDROGUI_SplitPolylinesDlg.cxx @@ -149,6 +149,7 @@ void HYDROGUI_SplitPolylinesDlg::setPolylinesFromSelection() { myMainPolyline1->reset(); myMainPolyline2->reset(); + myToolPolyline->reset(); myPolylines->reset(); Handle( HYDROData_Entity ) anObject = HYDROGUI_Tool::GetSelectedObject( module() );