gui: disable transaction in command AsmCmdGotoRelation

This commit is contained in:
Zheng, Lei 2020-07-02 11:23:27 +08:00
parent 0acaa5e9c3
commit 19163afe88

View File

@ -859,6 +859,7 @@ class AsmCmdGotoRelation(AsmCmdBase):
_iconName = 'Assembly_GotoRelation.svg'
_accel = 'A, R'
_toolbarName = ''
_cmdType = 'NoTransaction'
@classmethod
def Activated(cls):