You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
fixed loading old theme styleboxes
This commit is contained in:
@@ -432,7 +432,7 @@ SampleLibraryEditor::SampleLibraryEditor() {
|
||||
|
||||
player = memnew(SamplePlayer);
|
||||
add_child(player);
|
||||
add_style_override("panel", get_stylebox("panel","Panel"));
|
||||
add_style_override("panel", EditorNode::get_singleton()->get_gui_base()->get_stylebox("panel","Panel"));
|
||||
|
||||
|
||||
load = memnew( Button );
|
||||
|
||||
Reference in New Issue
Block a user