mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps/code] Get current script variables and functions
This commit is contained in:
@@ -310,7 +310,7 @@ bool MathToolbox::selectLeaf(int selectedRow) {
|
||||
// Remove the arguments if we kept one message for both inserted and displayed message
|
||||
int maxTextToInsertLength = strlen(text) + 1;
|
||||
assert(maxTextToInsertLength <= k_maxMessageSize);
|
||||
Shared::ToolboxHelpers::TextToInsertForCommandText(text, textToInsert, maxTextToInsertLength, true);
|
||||
Shared::ToolboxHelpers::TextToInsertForCommandText(text, -1, textToInsert, maxTextToInsertLength, true);
|
||||
text = textToInsert;
|
||||
}
|
||||
sender()->handleEventWithText(text);
|
||||
|
||||
Reference in New Issue
Block a user