Sdk/TextAreaWidget: Fix SetCharacterSize not updating displayed text

This commit is contained in:
Jérôme Leclercq 2018-04-12 13:41:09 +02:00
parent 917c41f90e
commit f44a4dd349
1 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,8 @@ namespace Ndk
inline void TextAreaWidget::SetCharacterSize(unsigned int characterSize)
{
m_drawer.SetCharacterSize(characterSize);
UpdateDisplayText();
}
inline void TextAreaWidget::SetCursorPosition(std::size_t glyphIndex)