Skip to content

Commit 6604a25

Browse files
committed
Merge pull request #112333 from Giganzo/tilset-invis
Fix transparent panel in Tilset polygon editor using Classic theme
2 parents 7cf218e + ff6e103 commit 6604a25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

editor/themes/theme_classic.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2302,5 +2302,8 @@ void ThemeClassic::populate_editor_styles(const Ref<EditorTheme> &p_theme, Edito
23022302
p_theme->set_color("playback_color", "GraphStateMachine", p_config.font_color);
23032303
p_theme->set_color("playback_background_color", "GraphStateMachine", p_config.font_color * Color(1, 1, 1, 0.3));
23042304
}
2305+
2306+
// TileSet editor.
2307+
p_theme->set_stylebox("expand_panel", "TileSetEditor", p_config.tree_panel_style);
23052308
}
23062309
}

0 commit comments

Comments
 (0)