diff options
author | Paulb23 <p_batty@hotmail.co.uk> | 2016-06-21 17:34:38 +0100 |
---|---|---|
committer | Paulb23 <p_batty@hotmail.co.uk> | 2016-06-21 17:34:38 +0100 |
commit | 45f0dec55c64c62f6f47b6fc6735af33afb6e028 (patch) | |
tree | 7984a2eb07edb33c2db9667965cb884b8c4f83c0 /scene/resources/default_theme | |
parent | 706895a922d69c5825d2d2a2d51ca205b1b81ea3 (diff) |
Added code completion existing color setting
Diffstat (limited to 'scene/resources/default_theme')
-rw-r--r-- | scene/resources/default_theme/default_theme.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp index 63e45b776d..db45a998c3 100644 --- a/scene/resources/default_theme/default_theme.cpp +++ b/scene/resources/default_theme/default_theme.cpp @@ -470,7 +470,6 @@ void fill_default_theme(Ref<Theme>& t,const Ref<Font> & default_font,const Ref<F t->set_font("font","TextEdit", default_font ); t->set_color("completion_scroll_color","TextEdit", control_font_color_pressed ); - t->set_color("completion_existing","TextEdit", control_font_color ); t->set_color("font_color","TextEdit", control_font_color ); t->set_color("font_color_selected","TextEdit", Color(0,0,0) ); t->set_color("selection_color","TextEdit", font_color_selection ); |