mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
fixed loading old theme styleboxes
This commit is contained in:
parent
f79a5c464b
commit
f035e4a24a
8 changed files with 10 additions and 10 deletions
|
|
@ -362,7 +362,7 @@ void ResourcePreloaderEditor::_bind_methods() {
|
|||
|
||||
ResourcePreloaderEditor::ResourcePreloaderEditor() {
|
||||
|
||||
//add_style_override("panel", get_stylebox("panel","Panel"));
|
||||
//add_style_override("panel", EditorNode::get_singleton()->get_gui_base()->get_stylebox("panel","Panel"));
|
||||
|
||||
VBoxContainer *vbc = memnew(VBoxContainer);
|
||||
add_child(vbc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue