From d179cbc3c2090c32c42dc5b1313a8f8b554f3b12 Mon Sep 17 00:00:00 2001 From: Mariam Naiga Date: Wed, 3 Apr 2019 17:59:45 -0400 Subject: [PATCH] Fix cursor color in Label/RTL in editor Fixes #26246. --- editor/editor_themes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/editor_themes.cpp b/editor/editor_themes.cpp index 0df932cd622..335e3fcd29c 100644 --- a/editor/editor_themes.cpp +++ b/editor/editor_themes.cpp @@ -832,7 +832,7 @@ Ref create_editor_theme(const Ref p_theme) { theme->set_constant("side_margin", "TabContainer", 0); theme->set_icon("tab", "TextEdit", theme->get_icon("GuiTab", "EditorIcons")); theme->set_color("font_color", "TextEdit", font_color); - theme->set_color("caret_color", "TextEdit", highlight_color); + theme->set_color("caret_color", "TextEdit", font_color); theme->set_color("selection_color", "TextEdit", font_color_selection); // H/VSplitContainer