SDK/TextAreaWidget: Fix cursor position after inserting special characters
This commit is contained in:
@@ -233,7 +233,7 @@ namespace Ndk
|
||||
currentText.Insert(m_cursorPosition, text);
|
||||
SetText(currentText);
|
||||
|
||||
m_cursorPosition += text.GetSize();
|
||||
m_cursorPosition += text.GetLength();
|
||||
}
|
||||
|
||||
RefreshCursor();
|
||||
|
||||
Reference in New Issue
Block a user