diff options
| author | toger5 | 2017-08-04 21:41:31 +0200 |
|---|---|---|
| committer | toger5 | 2017-08-08 18:36:35 +0200 |
| commit | a9da258a656c7c21a006589a2ba0a4c1fd9be6f7 (patch) | |
| tree | d356fd9bea3329370475b57f7a93c92c9a54f976 /editor/plugins/sprite_frames_editor_plugin.cpp | |
| parent | 95f10c620d475245e62bed81cb981aa47c926d0b (diff) | |
| download | godot-a9da258a656c7c21a006589a2ba0a4c1fd9be6f7.tar.gz godot-a9da258a656c7c21a006589a2ba0a4c1fd9be6f7.tar.zst godot-a9da258a656c7c21a006589a2ba0a4c1fd9be6f7.zip | |
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 6a010062f..0f008552d 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", get_stylebox("panel","Panel")); + //add_style_override("panel", EditorNode::get_singleton()->get_gui_base()->get_stylebox("panel","Panel")); split = memnew(HSplitContainer); add_child(split); |
