mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-30 12:10:03 +02:00
[apps/poincare] Fix cursor position when inserting log(a,b) in 2DEdition
This commit is contained in:
@@ -122,9 +122,10 @@ bool textRepresentsAnEquality(const char * text) {
|
||||
}
|
||||
|
||||
bool layoutRepresentsAnEquality(Poincare::Layout l) {
|
||||
return l.recursivelyMatches(
|
||||
Poincare::Layout match = l.recursivelyMatches(
|
||||
[](Poincare::Layout layout) {
|
||||
return layout.isChar() && static_cast<Poincare::CharLayout &>(layout).character() == '"'; });
|
||||
return !match.isUninitialized();
|
||||
}
|
||||
|
||||
bool ListController::textFieldDidReceiveEvent(TextField * textField, Ion::Events::Event event) {
|
||||
|
||||
Reference in New Issue
Block a user