Change LinkLabel back to Label in error status bar

This commit is contained in:
Chaosus 2018-12-21 11:05:29 +03:00
parent f3cb236f9d
commit 260b5818f1
4 changed files with 30 additions and 21 deletions

View file

@ -126,6 +126,7 @@ protected:
void _load_theme_settings();
void _set_theme_for_script();
void _toggle_warning_pannel(const Ref<InputEvent> &p_event);
void _error_pressed(const Ref<InputEvent> &p_event);
void _warning_clicked(Variant p_line);
void _notification(int p_what);