Sdk/TextAreaWidget: Fix SetCharacterSize not updating displayed text
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user