Merge pull request #112333 from Giganzo/tilset-invis

Fix transparent panel in Tilset polygon editor using Classic theme
This commit is contained in:
Thaddeus Crews 2025-11-03 11:39:01 -06:00
commit 6604a253d7
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

View file

@ -2302,5 +2302,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);
}
}