- the Jump To function reference is now saving it's last used value
- added the ability to use the Jump To method in the Gerber Editor
This commit is contained in:
@@ -1880,7 +1880,6 @@ class DrawTool(object):
|
||||
return ""
|
||||
|
||||
def on_key(self, key):
|
||||
|
||||
# Jump to coords
|
||||
if key == QtCore.Qt.Key_J or key == 'J':
|
||||
self.draw_app.app.on_jump_to()
|
||||
|
||||
Reference in New Issue
Block a user