fixed loading old theme styleboxes

This commit is contained in:
toger5
2017-08-04 21:41:31 +02:00
parent f79a5c464b
commit f035e4a24a
8 changed files with 10 additions and 10 deletions

View File

@ -1246,7 +1246,7 @@ AnimationPlayerEditor::AnimationPlayerEditor(EditorNode *p_editor) {
set_focus_mode(FOCUS_ALL);
player = NULL;
add_style_override("panel", get_stylebox("panel", "Panel"));
add_style_override("panel", editor->get_gui_base()->get_stylebox("panel", "Panel"));
Label *l;