From 19163afe88d4c7da7dc0d66000de1850057a8bb3 Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Thu, 2 Jul 2020 11:23:27 +0800 Subject: [PATCH] gui: disable transaction in command AsmCmdGotoRelation --- freecad/asm3/gui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/freecad/asm3/gui.py b/freecad/asm3/gui.py index 6fadf0a..a89e1e8 100644 --- a/freecad/asm3/gui.py +++ b/freecad/asm3/gui.py @@ -859,6 +859,7 @@ class AsmCmdGotoRelation(AsmCmdBase): _iconName = 'Assembly_GotoRelation.svg' _accel = 'A, R' _toolbarName = '' + _cmdType = 'NoTransaction' @classmethod def Activated(cls):