- fixed the ToolMeasurement geometry not being displayed

This commit is contained in:
Marius Stanciu
2019-09-28 04:23:10 +03:00
committed by Marius
parent a2bef40097
commit 161dbdcb2d
3 changed files with 5 additions and 3 deletions

View File

@@ -380,7 +380,7 @@ class Measurement(FlatCAMTool):
# second draw the new shape of the utility geometry
meas_line = LineString([pos, self.points[0]])
color = '#00000000'
color = '#000000FF'
self.sel_shapes.add(meas_line, color=color, update=True, layer=0, tolerance=None)
if self.app.is_legacy is True: