diff options
| author | Juan Linietsky <reduzio@gmail.com> | 2017-08-07 16:00:34 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-07 16:00:34 -0300 |
| commit | a0d969c5602728df3edb5b06cb24c92f48d9c7b4 (patch) | |
| tree | a04a1a925d99df8ed25b4f8882dce4226058476f /editor/plugins/animation_player_editor_plugin.cpp | |
| parent | cd9539f85d167b457f47f3558f2ea5fe120d0ecf (diff) | |
| download | redot-engine-a0d969c5602728df3edb5b06cb24c92f48d9c7b4.tar.gz | |
Revert "fixed loading old theme styleboxes"
Diffstat (limited to 'editor/plugins/animation_player_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/animation_player_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/animation_player_editor_plugin.cpp b/editor/plugins/animation_player_editor_plugin.cpp index ecae272b6d..c4e79bf263 100644 --- a/editor/plugins/animation_player_editor_plugin.cpp +++ b/editor/plugins/animation_player_editor_plugin.cpp @@ -1246,7 +1246,7 @@ AnimationPlayerEditor::AnimationPlayerEditor(EditorNode *p_editor) { set_focus_mode(FOCUS_ALL); player = NULL; - add_style_override("panel", editor->get_gui_base()->get_stylebox("panel", "Panel")); + add_style_override("panel", get_stylebox("panel", "Panel")); Label *l; |
