|
@@ -65,7 +65,6 @@ void EditorLog::_notification(int p_what) {
|
|
} else if (p_what == NOTIFICATION_THEME_CHANGED) {
|
|
} else if (p_what == NOTIFICATION_THEME_CHANGED) {
|
|
Ref<DynamicFont> df_output_code = get_font("output_source", "EditorFonts");
|
|
Ref<DynamicFont> df_output_code = get_font("output_source", "EditorFonts");
|
|
if (df_output_code.is_valid()) {
|
|
if (df_output_code.is_valid()) {
|
|
- df_output_code->set_size(int(EDITOR_DEF("run/output/font_size", 13)) * EDSCALE);
|
|
|
|
if (log != NULL) {
|
|
if (log != NULL) {
|
|
log->add_font_override("normal_font", get_font("output_source", "EditorFonts"));
|
|
log->add_font_override("normal_font", get_font("output_source", "EditorFonts"));
|
|
}
|
|
}
|