mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Rename displayEmptyController -> displayEmptyControllerIfNeeded
This commit is contained in:
@@ -62,7 +62,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();
|
||||
displayEmptyControllerIfNeeded();
|
||||
}
|
||||
|
||||
KDCoordinate VariableBoxController::rowHeight(int j) {
|
||||
|
||||
Reference in New Issue
Block a user