aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_help.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-08-07 14:47:27 +0200
committerGitHub2017-08-07 14:47:27 +0200
commitb31ba2f187679b1cdc10fd31a48e59177a5cb0cc (patch)
treeb1d2966e23ec0b613313642cf472bd7cd3cb9455 /editor/editor_help.cpp
parentdcadbb8b4078060f0fa3b9c8f455e162d0417c0a (diff)
parentf035e4a24abf9e7c8e72ffdf3c5e6c2968c4393c (diff)
downloadgodot-b31ba2f187679b1cdc10fd31a48e59177a5cb0cc.tar.gz
godot-b31ba2f187679b1cdc10fd31a48e59177a5cb0cc.tar.zst
godot-b31ba2f187679b1cdc10fd31a48e59177a5cb0cc.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 f80c4ee0e..8b1f558c0 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", EditorNode::get_singleton()->get_gui_base()->get_stylebox("ScriptPanel", "EditorStyles"));
+ add_style_override("panel", get_stylebox("ScriptPanel", "EditorStyles"));
}
}