diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-24 12:39:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-24 12:39:32 +0200 |
commit | 338c553732a512e9a36bc889532117b5fd3399ad (patch) | |
tree | d22fa22076d1c6dcdec0feff2c465652ef95b80d /scene/gui/text_edit.h | |
parent | 5e213103438c65134b75f9cd3b352502bada0c6d (diff) | |
parent | 7142064110936593d15409dcf35c566638f87d20 (diff) |
Merge pull request #30018 from GlaceGwyneth/typo-fix-selected-font
TextEdit: Correct typo that broke custom selected font color
Diffstat (limited to 'scene/gui/text_edit.h')
-rw-r--r-- | scene/gui/text_edit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/text_edit.h b/scene/gui/text_edit.h index 3e852deda6..c721cf992e 100644 --- a/scene/gui/text_edit.h +++ b/scene/gui/text_edit.h @@ -184,7 +184,7 @@ private: Color line_number_color; Color safe_line_number_color; Color font_color; - Color font_selected_color; + Color font_color_selected; Color keyword_color; Color number_color; Color function_color; |