diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-08-07 16:01:36 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-07 16:01:36 -0300 |
commit | 9e938bf3c1d6316d6a5a87569e211e8c29842964 (patch) | |
tree | a04a1a925d99df8ed25b4f8882dce4226058476f /editor/plugins/sprite_frames_editor_plugin.cpp | |
parent | cd9539f85d167b457f47f3558f2ea5fe120d0ecf (diff) | |
parent | a0d969c5602728df3edb5b06cb24c92f48d9c7b4 (diff) |
Merge pull request #10151 from godotengine/revert-10097-asset_lib_style_overrides
Revert "fixed loading old theme styleboxes"
Diffstat (limited to 'editor/plugins/sprite_frames_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/sprite_frames_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/sprite_frames_editor_plugin.cpp b/editor/plugins/sprite_frames_editor_plugin.cpp index 0f008552d0..6a010062f2 100644 --- a/editor/plugins/sprite_frames_editor_plugin.cpp +++ b/editor/plugins/sprite_frames_editor_plugin.cpp @@ -714,7 +714,7 @@ void SpriteFramesEditor::_bind_methods() { SpriteFramesEditor::SpriteFramesEditor() { - //add_style_override("panel", EditorNode::get_singleton()->get_gui_base()->get_stylebox("panel","Panel")); + //add_style_override("panel", get_stylebox("panel","Panel")); split = memnew(HSplitContainer); add_child(split); |