- fixed display of distance labels and code optimizations in ToolPaint and NCC Tool

This commit is contained in:
Marius Stanciu
2019-09-22 03:54:25 +03:00
committed by Marius
parent 03dd0ee8b6
commit 42d26c1323
4 changed files with 329 additions and 334 deletions

View File

@@ -8160,6 +8160,7 @@ class App(QtCore.QObject):
x0, y0 = old_coords
x1, y1 = coords
pt1 = (x0, y0)
pt2 = (x1, y0)
pt3 = (x1, y1)