From 7851d828a278d34f198a3d29115367e5b5677525 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. (cherry picked from commit d179cbc3c2090c32c42dc5b1313a8f8b554f3b12) --- 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 147e7f8780..4088a03f7f 100644 --- a/editor/editor_themes.cpp +++ b/editor/editor_themes.cpp @@ -834,7 +834,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