- added shortcut key 'J' (jump to location) in Editors and added an icon to the dialog popup window

This commit is contained in:
Marius Stanciu
2019-02-15 00:23:29 +02:00
committed by Marius S
parent fffdd6db97
commit 098de7f030
4 changed files with 28 additions and 4 deletions

View File

@@ -3670,7 +3670,9 @@ class App(QtCore.QObject):
"""
self.report_usage("on_jump_to()")
dia_box = Dialog_box(title="Jump to Coordinates", label="Enter the coordinates in format X,Y:")
dia_box = Dialog_box(title="Jump to ...",
label="Enter the coordinates in format X,Y:",
icon=QtGui.QIcon('share/jump_to16.png'))
if dia_box.ok is True:
try: