Notify text changed when editing canceled in ui::edit
This commit is contained in:
parent
9a3620f186
commit
39fe68e6f7
1 changed files with 1 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ namespace psemek::ui
|
||||||
stop_text_input();
|
stop_text_input();
|
||||||
reset_caret();
|
reset_caret();
|
||||||
caret_ = std::min(caret_, text_.size());
|
caret_ = std::min(caret_, text_.size());
|
||||||
|
post_text_changed();
|
||||||
post_text_entered();
|
post_text_entered();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue