You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
fixed loading old theme styleboxes
This commit is contained in:
@@ -714,7 +714,7 @@ void SpriteFramesEditor::_bind_methods() {
|
||||
|
||||
SpriteFramesEditor::SpriteFramesEditor() {
|
||||
|
||||
//add_style_override("panel", get_stylebox("panel","Panel"));
|
||||
//add_style_override("panel", EditorNode::get_singleton()->get_gui_base()->get_stylebox("panel","Panel"));
|
||||
|
||||
split = memnew(HSplitContainer);
|
||||
add_child(split);
|
||||
|
||||
Reference in New Issue
Block a user