1
0
Fork 0

Fix transparent panel in Tilset polygon editor using Classic theme

This commit is contained in:
Giganzo 2025-11-02 23:41:32 +01:00
parent 0fdbf050e0
commit ff6e103d01
1 changed files with 3 additions and 0 deletions

View File

@ -2295,5 +2295,8 @@ void ThemeClassic::populate_editor_styles(const Ref<EditorTheme> &p_theme, Edito
p_theme->set_color("playback_color", "GraphStateMachine", p_config.font_color);
p_theme->set_color("playback_background_color", "GraphStateMachine", p_config.font_color * Color(1, 1, 1, 0.3));
}
// TileSet editor.
p_theme->set_stylebox("expand_panel", "TileSetEditor", p_config.tree_panel_style);
}
}