[apps/code] Shift + OK don't quit toolbox

This commit is contained in:
Laury
2022-01-15 21:33:32 +01:00
parent f591816122
commit e575ffc7ce
13 changed files with 30 additions and 20 deletions

View File

@@ -193,7 +193,7 @@ bool MathVariableBoxController::returnToPreviousMenu() {
return AlternateEmptyNestedMenuController::returnToPreviousMenu();
}
bool MathVariableBoxController::selectLeaf(int selectedRow) {
bool MathVariableBoxController::selectLeaf(int selectedRow, bool quitToolbox) {
if (isDisplayingEmptyController()) {
/* We do not want to handle OK/EXE events in that case. */
return false;