summaryrefslogtreecommitdiffstats
path: root/scene/gui/text_edit.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-06-25 13:05:27 +0200
committerGitHub <noreply@github.com>2019-06-25 13:05:27 +0200
commit93a67dba375ef52ea4d77a5d72107330d9d23ba2 (patch)
treed4e5e3546d284f84a8774fa0a19e6184d887abfc /scene/gui/text_edit.h
parent230eb262e239c48f20eb085424e5d45f6b785a9a (diff)
parent45f78d786a76001325bd598ec6a330117831e07f (diff)
downloadredot-engine-93a67dba375ef52ea4d77a5d72107330d9d23ba2.tar.gz
Merge pull request #30002 from GlaceGwyneth/master
Give LineEdit/TextEdit a custom color for font while uneditable
Diffstat (limited to 'scene/gui/text_edit.h')
-rw-r--r--scene/gui/text_edit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/text_edit.h b/scene/gui/text_edit.h
index c721cf992e..30956ccb23 100644
--- a/scene/gui/text_edit.h
+++ b/scene/gui/text_edit.h
@@ -185,6 +185,7 @@ private:
Color safe_line_number_color;
Color font_color;
Color font_color_selected;
+ Color font_color_readonly;
Color keyword_color;
Color number_color;
Color function_color;