diff --git a/Source/Core/Elements/WidgetTextInput.cpp b/Source/Core/Elements/WidgetTextInput.cpp index 661e54273..9679756e2 100644 --- a/Source/Core/Elements/WidgetTextInput.cpp +++ b/Source/Core/Elements/WidgetTextInput.cpp @@ -269,6 +269,7 @@ void WidgetTextInput::SetSelectionRange(int selection_start, int selection_end) } UpdateCursorPosition(true); + ShowCursor(true, true); if (selection_changed) FormatText();