Sdk/TextAreaWidget: Fix SetCharacterSize not updating displayed text
This commit is contained in:
parent
917c41f90e
commit
f44a4dd349
|
|
@ -119,6 +119,8 @@ namespace Ndk
|
||||||
inline void TextAreaWidget::SetCharacterSize(unsigned int characterSize)
|
inline void TextAreaWidget::SetCharacterSize(unsigned int characterSize)
|
||||||
{
|
{
|
||||||
m_drawer.SetCharacterSize(characterSize);
|
m_drawer.SetCharacterSize(characterSize);
|
||||||
|
|
||||||
|
UpdateDisplayText();
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void TextAreaWidget::SetCursorPosition(std::size_t glyphIndex)
|
inline void TextAreaWidget::SetCursorPosition(std::size_t glyphIndex)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue