Completes doc for ItemList and Tree

(cherry picked from commit 7a41c44be2)
This commit is contained in:
Haoyu Qiu
2020-02-07 10:01:42 +08:00
committed by Rémi Verschelde
parent 20d0034039
commit 7cfcf1824b
3 changed files with 50 additions and 6 deletions

View File

@ -647,8 +647,6 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
theme->set_color("title_button_color", "Tree", control_font_color);
theme->set_color("font_color", "Tree", control_font_color_low);
theme->set_color("font_color_selected", "Tree", control_font_color_pressed);
theme->set_color("selection_color", "Tree", Color(0.1, 0.1, 1, 0.8));
theme->set_color("cursor_color", "Tree", Color(0, 0, 0));
theme->set_color("guide_color", "Tree", Color(0, 0, 0, 0.1));
theme->set_color("drop_position_color", "Tree", Color(1, 0.3, 0.2));
theme->set_color("relationship_line_color", "Tree", Color(0.27, 0.27, 0.27));