aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_help.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2017-08-07 16:00:34 -0300
committerGitHub2017-08-07 16:00:34 -0300
commita0d969c5602728df3edb5b06cb24c92f48d9c7b4 (patch)
treea04a1a925d99df8ed25b4f8882dce4226058476f /editor/editor_help.cpp
parentcd9539f85d167b457f47f3558f2ea5fe120d0ecf (diff)
downloadgodot-a0d969c5602728df3edb5b06cb24c92f48d9c7b4.tar.gz
godot-a0d969c5602728df3edb5b06cb24c92f48d9c7b4.tar.zst
godot-a0d969c5602728df3edb5b06cb24c92f48d9c7b4.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 8b1f558c0..f80c4ee0e 100644
--- a/editor/editor_help.cpp
+++ b/editor/editor_help.cpp
@@ -1788,7 +1788,7 @@ void EditorHelpBit::_bind_methods() {
void EditorHelpBit::_notification(int p_what) {
if (p_what == EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED) {
- add_style_override("panel", get_stylebox("ScriptPanel", "EditorStyles"));
+ add_style_override("panel", EditorNode::get_singleton()->get_gui_base()->get_stylebox("ScriptPanel", "EditorStyles"));
}
}