mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
[escher] Force re-layout when aborting text field edition
This commit is contained in:
@@ -280,8 +280,8 @@ bool TextField::privateHandleEvent(Ion::Events::Event event) {
|
||||
}
|
||||
if (event == Ion::Events::Back && isEditing()) {
|
||||
setEditing(false, m_hasTwoBuffers);
|
||||
reloadScroll();
|
||||
m_delegate->textFieldDidAbortEditing(this);
|
||||
reloadScroll(true);
|
||||
return true;
|
||||
}
|
||||
if (event == Ion::Events::Clear && isEditing()) {
|
||||
|
||||
Reference in New Issue
Block a user