aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_help.cpp
diff options
context:
space:
mode:
authortoger52017-08-04 21:41:31 +0200
committertoger52017-08-05 01:33:46 +0200
commitf035e4a24abf9e7c8e72ffdf3c5e6c2968c4393c (patch)
tree8322c428feb70f85063a5990c0e8e1d2a2eba09f /editor/editor_help.cpp
parentf79a5c464b95bdd274a4e9e5ff4713c7de2be011 (diff)
downloadgodot-f035e4a24abf9e7c8e72ffdf3c5e6c2968c4393c.tar.gz
godot-f035e4a24abf9e7c8e72ffdf3c5e6c2968c4393c.tar.zst
godot-f035e4a24abf9e7c8e72ffdf3c5e6c2968c4393c.zip
Diffstat (limited to 'editor/editor_help.cpp')
-rw-r--r--editor/editor_help.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_help.cpp b/editor/editor_help.cpp
index e890082ee..debea98b2 100644
--- a/editor/editor_help.cpp
+++ b/editor/editor_help.cpp
@@ -1782,7 +1782,7 @@ void EditorHelpBit::_bind_methods() {
void EditorHelpBit::_notification(int p_what) {
if (p_what == EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED) {
- add_style_override("panel", EditorNode::get_singleton()->get_gui_base()->get_stylebox("ScriptPanel", "EditorStyles"));
+ add_style_override("panel", get_stylebox("ScriptPanel", "EditorStyles"));
}
}