diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2022-01-18 15:44:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 15:44:18 +0300 |
commit | 2fbc7de4a0add1afd36d6dedce6ccdaeae27a825 (patch) | |
tree | 6e62c8918c48799c81d29de6ffd2ad72736866df /editor/editor_toaster.h | |
parent | fe30928f9a39a096443ea5b3978a40a8d77aa5de (diff) | |
parent | b9d864bf8e55ed0afa30c50c0924a4f382968c35 (diff) |
Merge pull request #56897 from Chaosus/fix_toast_icon_theming
Diffstat (limited to 'editor/editor_toaster.h')
-rw-r--r-- | editor/editor_toaster.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_toaster.h b/editor/editor_toaster.h index b626a47d0c..5f220e98c4 100644 --- a/editor/editor_toaster.h +++ b/editor/editor_toaster.h @@ -95,6 +95,7 @@ private: void _set_notifications_enabled(bool p_enabled); void _repop_old(); void _popup_str(String p_message, Severity p_severity, String p_tooltip); + void _close_button_theme_changed(Control *p_close_button); protected: static EditorToaster *singleton; |