mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 04:16:50 +01:00
Fix Copy Selection on editor_log
This commit is contained in:
parent
ff5bae8d0e
commit
d45100b57b
@ -190,6 +190,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.");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user