mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Substitute Escher app() by Container::activeApp()
This commit is contained in:
committed by
EmilieNumworks
parent
1a2a651f36
commit
44809f4b3f
@@ -31,7 +31,7 @@ void FunctionGraphController::didBecomeFirstResponder() {
|
||||
if (curveView()->isMainViewSelected()) {
|
||||
bannerView()->abscissaValue()->setParentResponder(this);
|
||||
bannerView()->abscissaValue()->setDelegates(textFieldDelegateApp(), this);
|
||||
app()->setFirstResponder(bannerView()->abscissaValue());
|
||||
Container::activeApp()->setFirstResponder(bannerView()->abscissaValue());
|
||||
} else {
|
||||
InteractiveCurveViewController::didBecomeFirstResponder();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user