Unterstützung für indirekte Grafiksymbole für Compose-Ergebnisse
git-svn-id: https://svn.neo-layout.org@2185 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
parent
d7b2f9b470
commit
0c1a26373f
1 changed files with 5 additions and 1 deletions
|
@ -46,7 +46,11 @@ rerun_bstnupdate:
|
|||
if (GSYM%GuiComp1% != "") {
|
||||
GuiComp .= GSYM%GuiComp1%
|
||||
} else if (CD%GuiComp1% != "") {
|
||||
GuiComp .= CD%GuiComp1%
|
||||
GSym := CD%GuiComp1%
|
||||
if (GSYM%GSym% != "")
|
||||
GuiComp .= GSYM%Gsym%
|
||||
else
|
||||
GuiComp .= CD%GuiComp1%
|
||||
} else if (CM%GuiComp1% == 1) {
|
||||
GuiComp .= "U00002AU00002A"
|
||||
} else if (CF%CurrentComp% != "") {
|
||||
|
|
Loading…
Reference in a new issue