mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Display empty message in var box
This commit is contained in:
@@ -31,7 +31,7 @@ public:
|
||||
|
||||
//AlternateEmptyNestedMenuController
|
||||
ViewController * emptyViewController() override { return &m_variableBoxEmptyController; }
|
||||
bool isDisplayingEmptyController() override { return StackViewController::depth() == 2; }
|
||||
bool isDisplayingEmptyController() override { return StackViewController::depth() == 2; } //TODO LEA factorize with math toolbox
|
||||
|
||||
/* VariableBoxController */
|
||||
void loadFunctionsAndVariables(int scriptIndex, const char * textToAutocomplete, int textToAutocompleteLength);
|
||||
|
||||
Reference in New Issue
Block a user