- In Excellon Editor -> fixed bug that caused incorrect display of the relative coordinates in the status bar
This commit is contained in:
@@ -3257,7 +3257,6 @@ class FlatCAMExcEditor(QtCore.QObject):
|
||||
if event.button is 1:
|
||||
self.app.ui.rel_position_label.setText("<b>Dx</b>: %.4f <b>Dy</b>: "
|
||||
"%.4f " % (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:
|
||||
|
||||
Reference in New Issue
Block a user