Merge pull request #59836 from ConteZero/fix_editor_log

This commit is contained in:
Rémi Verschelde 2022-04-04 23:56:06 +02:00 committed by GitHub
commit 44a7fd1bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,6 +176,7 @@ EditorLog::EditorLog() {
log->set_custom_minimum_size(Size2(0, 180) * EDSCALE);
log->set_v_size_flags(SIZE_EXPAND_FILL);
log->set_h_size_flags(SIZE_EXPAND_FILL);
log->set_deselect_on_focus_loss_enabled(false);
vb->add_child(log);
add_message(VERSION_FULL_NAME " (c) 2007-2022 Juan Linietsky, Ariel Manzur & Godot Contributors.");