[apps/code] Display empty message in var box

This commit is contained in:
Léa Saviot
2020-04-20 13:59:07 +02:00
committed by Émilie Feral
parent 398de8bda3
commit 003317647e
6 changed files with 15 additions and 7 deletions

View File

@@ -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);