Fix animation track group hover color in modern theme
This commit is contained in:
parent
c5e670f26e
commit
887a306136
1 changed files with 1 additions and 1 deletions
|
|
@ -2452,7 +2452,7 @@ void ThemeModern::populate_editor_styles(const Ref<EditorTheme> &p_theme, Editor
|
|||
p_theme->set_stylebox("header", "AnimationTrackEditGroup", style_animation_track_header);
|
||||
|
||||
Ref<StyleBoxFlat> style_animation_track_group_hover = p_config.base_style->duplicate();
|
||||
style_animation_track_group_hover->set_bg_color(p_config.highlight_color);
|
||||
style_animation_track_group_hover->set_bg_color(p_config.surface_high_color);
|
||||
p_theme->set_stylebox(SceneStringName(hover), "AnimationTrackEditGroup", style_animation_track_group_hover);
|
||||
|
||||
p_theme->set_color("bg_color", "AnimationTrackEditGroup", p_config.surface_base_color);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue