mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 07:40:42 +01:00
[apps/graph/values] Correct an oversight
Change-Id: I96ec5cda90b4718497ef9a73678a6770fd47d020
This commit is contained in:
@@ -155,6 +155,7 @@ bool ValuesController::handleEvent(Ion::Events::Event event) {
|
||||
case Ion::Events::Event::UP_ARROW:
|
||||
setSelectedButton(-1);
|
||||
app()->setFirstResponder(tabController());
|
||||
return true;
|
||||
default:
|
||||
return HeaderViewController::handleEvent(event);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user