[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

@@ -72,6 +72,7 @@ void VariableBoxController::didEnterResponderChain(Responder * previousFirstResp
* when leaving the VariableBoxController, so we do not lose the environment
* that was loaded when entering the VariableBoxController. */
assert(App::app()->pythonIsInited());
displayEmptyController();
}
KDCoordinate VariableBoxController::rowHeight(int j) {