summaryrefslogtreecommitdiff
path: root/editor/plugins/resource_preloader_editor_plugin.cpp
diff options
context:
space:
mode:
authortoger5 <toger5@hotmail.de>2017-08-04 21:41:31 +0200
committertoger5 <toger5@hotmail.de>2017-08-08 18:36:35 +0200
commita9da258a656c7c21a006589a2ba0a4c1fd9be6f7 (patch)
treed356fd9bea3329370475b57f7a93c92c9a54f976 /editor/plugins/resource_preloader_editor_plugin.cpp
parent95f10c620d475245e62bed81cb981aa47c926d0b (diff)
fixed loading old theme styleboxes
Diffstat (limited to 'editor/plugins/resource_preloader_editor_plugin.cpp')
-rw-r--r--editor/plugins/resource_preloader_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/resource_preloader_editor_plugin.cpp b/editor/plugins/resource_preloader_editor_plugin.cpp
index 2703da12fe..ccefbc1843 100644
--- a/editor/plugins/resource_preloader_editor_plugin.cpp
+++ b/editor/plugins/resource_preloader_editor_plugin.cpp
@@ -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);