mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[appx/code] Empty variable box before loading it in the console
This commit is contained in:
@@ -240,6 +240,7 @@ const char * VariableBoxController::autocompletionAlternativeAtIndex(int textToA
|
||||
}
|
||||
|
||||
void VariableBoxController::loadVariablesImportedFromScripts() {
|
||||
empty();
|
||||
const int scriptsCount = m_scriptStore->numberOfScripts();
|
||||
for (int i = 0; i < scriptsCount; i++) {
|
||||
Script script = m_scriptStore->scriptAtIndex(i);
|
||||
|
||||
Reference in New Issue
Block a user