diff options
| author | volzhs | 2017-05-03 05:13:12 +0900 |
|---|---|---|
| committer | volzhs | 2017-05-09 17:46:54 +0900 |
| commit | bb8129304791e8cde23694168b9e121b71161e96 (patch) | |
| tree | 2f1d71c3c14a615ecb6b669d388ca8e5012ed5c6 /editor/editor_log.cpp | |
| parent | 17e8e343fb900c3b308b3a6cb8611a16b476e71e (diff) | |
| download | godot-bb8129304791e8cde23694168b9e121b71161e96.tar.gz godot-bb8129304791e8cde23694168b9e121b71161e96.tar.zst godot-bb8129304791e8cde23694168b9e121b71161e96.zip | |
Diffstat (limited to 'editor/editor_log.cpp')
| -rw-r--r-- | editor/editor_log.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/editor_log.cpp b/editor/editor_log.cpp index c15eac67f..5d13c7c25 100644 --- a/editor/editor_log.cpp +++ b/editor/editor_log.cpp @@ -87,6 +87,9 @@ void EditorLog::_notification(int p_what) { log->add_color_override("default_color", get_color("font_color", "Tree")); //button->set_icon(get_icon("Console","EditorIcons")); } + if (p_what == EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED) { + _override_logger_styles(); + } /*if (p_what==NOTIFICATION_DRAW) { |
