1
0
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:
Juan Linietsky
2017-08-07 16:00:34 -03:00
committed by GitHub
parent cd9539f85d
commit a0d969c560
8 changed files with 10 additions and 10 deletions

View File

@@ -362,7 +362,7 @@ void ResourcePreloaderEditor::_bind_methods() {
ResourcePreloaderEditor::ResourcePreloaderEditor() {
//add_style_override("panel", EditorNode::get_singleton()->get_gui_base()->get_stylebox("panel","Panel"));
//add_style_override("panel", get_stylebox("panel","Panel"));
VBoxContainer *vbc = memnew(VBoxContainer);
add_child(vbc);