work-around fix for help treebox selection problem. yab-IDE
This commit is contained in:
parent
5b908f7c0e
commit
75acf961b3
@ -865,6 +865,7 @@ while(inloop)
|
||||
if(left$(msg$(i),9) = "HelpTree:") then
|
||||
//tmp$ = right$(msg$(i), len(msg$(i))-17)
|
||||
tmp=treebox get "HelpTree"
|
||||
treebox select "HelpTree", tmp
|
||||
tmp$ = treebox get$ "HelpTree", tmp
|
||||
t$ = SyntaxGetInfoText$(ideDir$+"data/Help_En.dat", ideDir$+"data/Help_En_Index.dat", tmp$)
|
||||
if(t$<>"") then
|
||||
|
Loading…
x
Reference in New Issue
Block a user