gui: disable transaction in command AsmCmdGotoRelation
This commit is contained in:
parent
0acaa5e9c3
commit
19163afe88
|
@ -859,6 +859,7 @@ class AsmCmdGotoRelation(AsmCmdBase):
|
||||||
_iconName = 'Assembly_GotoRelation.svg'
|
_iconName = 'Assembly_GotoRelation.svg'
|
||||||
_accel = 'A, R'
|
_accel = 'A, R'
|
||||||
_toolbarName = ''
|
_toolbarName = ''
|
||||||
|
_cmdType = 'NoTransaction'
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def Activated(cls):
|
def Activated(cls):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user