Disable tool shortcuts. Find out why they override view controls.
This commit is contained in:
parent
a1e3f48f58
commit
49e88faec6
@ -160,7 +160,7 @@ class EditorSession(QtCore.QObject):
|
||||
action = QtGui.QAction(
|
||||
self.tr(name),
|
||||
self,
|
||||
shortcut=self.toolShortcut(name),
|
||||
#shortcut=self.toolShortcut(name), # xxxx coordinate with view movement keys
|
||||
triggered=_triggered,
|
||||
checkable=True,
|
||||
icon=icon,
|
||||
|
Reference in New Issue
Block a user