mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
feat(ui): dispatch action in CSimpleEditBox::OnTextChanged
This commit is contained in:
parent
f42a81deaf
commit
f9f6511fc6
@ -997,9 +997,7 @@ void CSimpleEditBox::OnLayerUpdate(float elapsedSec) {
|
||||
|
||||
void CSimpleEditBox::OnTextChanged() {
|
||||
this->RunOnTextChangedScript((this->m_dirtyFlags & 0x8) != 0);
|
||||
|
||||
// TODO
|
||||
// - invoke action
|
||||
this->DispatchAction(EVENT_CHANGED);
|
||||
}
|
||||
|
||||
int32_t CSimpleEditBox::PrevCharOffset(int32_t offset) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user