From 4d019d4986ce777736ea1200d48cfa9b119b99fc Mon Sep 17 00:00:00 2001 From: asl Date: Mon, 29 Jun 2015 16:29:00 +0300 Subject: [PATCH] refs #585: correct tool polyline filling --- src/HYDROGUI/HYDROGUI_SplitPolylinesDlg.cxx | 1 + 1 file changed, 1 insertion(+) 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() ); -- 2.39.2