1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Fix error label clicking in status bar for shader editor

This commit is contained in:
Yuri Roubinsky
2020-06-23 10:59:43 +03:00
parent 3f4e39e606
commit 25cb5a42e0
3 changed files with 1 additions and 8 deletions

View File

@@ -159,7 +159,6 @@ protected:
void _load_theme_settings();
void _set_theme_for_script();
void _show_warnings_panel(bool p_show);
void _error_pressed();
void _warning_clicked(Variant p_line);
void _notification(int p_what);