mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher/text_field] Fix Cut / Clear redrawing
This commit is contained in:
@@ -536,7 +536,9 @@ bool TextField::handleEventWithText(const char * eventText, bool indentation, bo
|
||||
|
||||
void TextField::removeWholeText() {
|
||||
reinitDraftTextBuffer();
|
||||
setEditing(true);
|
||||
resetSelection();
|
||||
markRectAsDirty(bounds());
|
||||
layoutSubviews();
|
||||
reloadScroll();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user