aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/sprite_frames_editor_plugin.cpp
diff options
context:
space:
mode:
authortoger52017-08-04 21:41:31 +0200
committertoger52017-08-05 01:33:46 +0200
commitf035e4a24abf9e7c8e72ffdf3c5e6c2968c4393c (patch)
tree8322c428feb70f85063a5990c0e8e1d2a2eba09f /editor/plugins/sprite_frames_editor_plugin.cpp
parentf79a5c464b95bdd274a4e9e5ff4713c7de2be011 (diff)
downloadgodot-f035e4a24abf9e7c8e72ffdf3c5e6c2968c4393c.tar.gz
godot-f035e4a24abf9e7c8e72ffdf3c5e6c2968c4393c.tar.zst
godot-f035e4a24abf9e7c8e72ffdf3c5e6c2968c4393c.zip
Diffstat (limited to 'editor/plugins/sprite_frames_editor_plugin.cpp')
-rw-r--r--editor/plugins/sprite_frames_editor_plugin.cpp2
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);