mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-22 22:04:00 -06:00
Update Macro.cpp (#206)
Fixes Input function so it does actually return an array.
This commit is contained in:
parent
7c239a10d9
commit
540a0f82de
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ void Ide::MacroInput(EscEscape& e)
|
|||
else {
|
||||
EscValue out;
|
||||
for(int i = 0; i < tags.GetCount(); i++)
|
||||
out.MapSet(i, (WString)~editors[i]);
|
||||
out.ArrayAdd((WString)~editors[i]);
|
||||
e = out;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue