From 333cde28b41488707d6064c068793ed6639cbab1 Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Sat, 12 Jan 2019 21:16:49 +0800 Subject: [PATCH] gui: fix SelectLink command for AsmElementLink --- gui.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui.py b/gui.py index 588c186..3be8d07 100644 --- a/gui.py +++ b/gui.py @@ -720,7 +720,8 @@ class AsmCmdGotoLinked(AsmCmdBase): linkSub = link[1] link = link[0] else: - linkSub = '' + linkSub = link.Name + '.' + link = obj.Proxy.getAssembly().getElementGroup() if isTypeOf(obj,AsmElementLink): subname = subname[:-4] if not isTypeOf(link,AsmElementGroup):