- In Excellon Editor -> fixed bug that caused incorrect display of the relative coordinates in the status bar

This commit is contained in:
Marius Stanciu
2019-08-16 23:52:09 +03:00
parent 66a205a6fd
commit 77535d57b6
2 changed files with 2 additions and 2 deletions

View File

@@ -3257,7 +3257,6 @@ class FlatCAMExcEditor(QtCore.QObject):
if event.button is 1:
self.app.ui.rel_position_label.setText("<b>Dx</b>: %.4f&nbsp;&nbsp; <b>Dy</b>: "
"%.4f&nbsp;&nbsp;&nbsp;&nbsp;" % (0, 0))
self.pos = self.canvas.vispy_canvas.translate_coords(event.pos)
# Selection with left mouse button
if self.active_tool is not None and event.button is 1: