Sdk/TextAreaWidget: Fix Clear

This commit is contained in:
Lynix 2018-01-03 20:43:24 +01:00
parent ec22b8d643
commit 1d32557856
1 changed files with 2 additions and 0 deletions

View File

@ -10,9 +10,11 @@ namespace Ndk
{
m_cursorPosition.MakeZero();
m_drawer.Clear();
m_text.Clear();
m_textSprite->Update(m_drawer);
RefreshCursor();
OnTextChanged(this, m_text);
}
inline void TextAreaWidget::EnableMultiline(bool enable)