mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Shift + OK don't quit toolbox
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user