diff --git a/SDK/src/NDK/Widgets/TextAreaWidget.cpp b/SDK/src/NDK/Widgets/TextAreaWidget.cpp index 2170af91e..d59ad1975 100644 --- a/SDK/src/NDK/Widgets/TextAreaWidget.cpp +++ b/SDK/src/NDK/Widgets/TextAreaWidget.cpp @@ -233,7 +233,7 @@ namespace Ndk currentText.Insert(m_cursorPosition, text); SetText(currentText); - m_cursorPosition += text.GetSize(); + m_cursorPosition += text.GetLength(); } RefreshCursor();