diff --git a/SDK/src/NDK/Widgets/TextAreaWidget.cpp b/SDK/src/NDK/Widgets/TextAreaWidget.cpp index e239efac7..089f8a380 100644 --- a/SDK/src/NDK/Widgets/TextAreaWidget.cpp +++ b/SDK/src/NDK/Widgets/TextAreaWidget.cpp @@ -94,10 +94,13 @@ namespace Ndk } } + void TextAreaWidget::Layout() { BaseWidget::Layout(); + m_textEntity->GetComponent().SetPosition(GetContentOrigin()); + RefreshCursor(); } void TextAreaWidget::OnKeyPressed(const Nz::WindowEvent::KeyEvent& key)