You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Revert "fixed loading old theme styleboxes"
This commit is contained in:
@@ -1246,7 +1246,7 @@ AnimationPlayerEditor::AnimationPlayerEditor(EditorNode *p_editor) {
|
||||
set_focus_mode(FOCUS_ALL);
|
||||
|
||||
player = NULL;
|
||||
add_style_override("panel", editor->get_gui_base()->get_stylebox("panel", "Panel"));
|
||||
add_style_override("panel", get_stylebox("panel", "Panel"));
|
||||
|
||||
Label *l;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user