diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2021-07-21 10:31:33 +0300 |
---|---|---|
committer | Yuri Roubinsky <chaosus89@gmail.com> | 2021-07-21 11:22:33 +0300 |
commit | 9ceeb5f9dd3462ef424a71956d1fcbde2c6ebba0 (patch) | |
tree | 2f3bf5eab16952c1e9c81d37ad7d61b123315e96 /editor/editor_log.h | |
parent | 8cc599db645a356ca6af3bc15e7574fa6e3ada0e (diff) | |
download | redot-engine-9ceeb5f9dd3462ef424a71956d1fcbde2c6ebba0.tar.gz |
Fix Output panel colors on theme changing
Diffstat (limited to 'editor/editor_log.h')
-rw-r--r-- | editor/editor_log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_log.h b/editor/editor_log.h index 3b6476634a..6cbf4bedee 100644 --- a/editor/editor_log.h +++ b/editor/editor_log.h @@ -163,6 +163,8 @@ private: void _save_state(); void _load_state(); + void _update_theme(); + protected: static void _bind_methods(); void _notification(int p_what); |