mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Tree - highlight selected items
This commit is contained in:
parent
b0655dc86f
commit
03caf44f57
5 changed files with 51 additions and 9 deletions
|
|
@ -551,6 +551,8 @@ private:
|
|||
|
||||
Ref<StyleBox> hovered;
|
||||
Ref<StyleBox> hovered_dimmed;
|
||||
Ref<StyleBox> hovered_selected;
|
||||
Ref<StyleBox> hovered_selected_focus;
|
||||
Ref<StyleBox> selected;
|
||||
Ref<StyleBox> selected_focus;
|
||||
Ref<StyleBox> cursor;
|
||||
|
|
@ -581,6 +583,7 @@ private:
|
|||
Color font_color;
|
||||
Color font_hovered_color;
|
||||
Color font_hovered_dimmed_color;
|
||||
Color font_hovered_selected_color;
|
||||
Color font_selected_color;
|
||||
Color font_disabled_color;
|
||||
Color guide_color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue