Fix cursor color in Label/RTL in editor
Fixes #26246.
(cherry picked from commit d179cbc3c2
)
This commit is contained in:
parent
17cb8878c7
commit
7851d828a2
|
@ -834,7 +834,7 @@ Ref<Theme> create_editor_theme(const Ref<Theme> 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
|
||||
|
|
Loading…
Reference in New Issue