- 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:
Marius Stanciu
2019-12-18 04:01:25 +02:00
committed by Marius
parent e745f3f836
commit 1f33220bab
5 changed files with 60 additions and 22 deletions

View File

@@ -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()