mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-30 12:10:03 +02:00
[escher] Correct bug: do not forget to set the first responder when
deselecting the header Change-Id: Iec5abe7f48c0134879293bb9a72c20fff72fccb4
This commit is contained in:
@@ -44,6 +44,7 @@ bool InteractiveCurveViewController::handleEvent(Ion::Events::Event event) {
|
||||
if (!curveView()->isMainViewSelected()) {
|
||||
if (event == Ion::Events::Down) {
|
||||
headerViewController()->setSelectedButton(-1);
|
||||
app()->setFirstResponder(this);
|
||||
curveView()->selectMainView(true);
|
||||
reloadBannerView();
|
||||
curveView()->reload();
|
||||
|
||||
Reference in New Issue
Block a user