diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-02-13 12:56:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-13 12:56:59 +0100 |
commit | d2765cd04a507a1211a35a9690a482670a49f5fd (patch) | |
tree | 8f7e0d3ababc23ac7cef09ff460bd9c1dcca18df /editor/plugins/script_text_editor.h | |
parent | d6a88bbc3060b9adb1fef980bf79b343c89cc360 (diff) | |
parent | 0137ec34686da6c4f62420c11595deb26d74978c (diff) | |
download | redot-engine-d2765cd04a507a1211a35a9690a482670a49f5fd.tar.gz |
Merge pull request #25814 from allkhor/hide_warning_panel
Hide the warning panel when no warnings presents.
Diffstat (limited to 'editor/plugins/script_text_editor.h')
-rw-r--r-- | editor/plugins/script_text_editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/script_text_editor.h b/editor/plugins/script_text_editor.h index 6e88fc2301..f83aadddef 100644 --- a/editor/plugins/script_text_editor.h +++ b/editor/plugins/script_text_editor.h @@ -125,7 +125,7 @@ protected: void _code_complete_script(const String &p_code, List<String> *r_options, bool &r_force); void _load_theme_settings(); void _set_theme_for_script(); - void _toggle_warning_pannel(); + void _show_warnings_panel(bool p_show); void _error_pressed(); void _warning_clicked(Variant p_line); |