summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2016-07-11 15:40:04 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2016-07-11 15:40:04 +0100
commit12e3bb1f0147c17c4269977949386fca19532300 (patch)
tree6723a1bdff70f33737ddf6e17507b8bbd3d1b0ea /scene
parenta57c1da183c22ec6fb71fe550a6049296d63be3e (diff)
Removed duplicate color
Diffstat (limited to 'scene')
-rw-r--r--scene/resources/default_theme/default_theme.cpp1
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 16a0de1f65..182bc5dabc 100644
--- a/scene/resources/default_theme/default_theme.cpp
+++ b/scene/resources/default_theme/default_theme.cpp
@@ -473,7 +473,6 @@ void fill_default_theme(Ref<Theme>& t,const Ref<Font> & default_font,const Ref<F
t->set_color("completion_selected_color", "TextEdit",Color::html("434244"));
t->set_color("completion_existing_color", "TextEdit",Color::html("21dfdfdf"));
t->set_color("completion_scroll_color","TextEdit", control_font_color_pressed );
- t->set_color("completion_scroll_color","TextEdit", Color::html("ffffff"));
t->set_color("completion_font_color","TextEdit", Color::html("aaaaaa"));
t->set_color("font_color","TextEdit", control_font_color );
t->set_color("font_color_selected","TextEdit", Color(0,0,0) );