1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Enable text selection in execute output of EditorNode

(cherry picked from commit 85175c67b8)
This commit is contained in:
Marcus Brummer
2020-06-04 14:38:55 +02:00
committed by Rémi Verschelde
parent a6e9001579
commit 6ef0de3f23

View File

@@ -6781,6 +6781,7 @@ EditorNode::EditorNode() {
gui_base->add_child(load_error_dialog);
execute_outputs = memnew(RichTextLabel);
execute_outputs->set_selection_enabled(true);
execute_output_dialog = memnew(AcceptDialog);
execute_output_dialog->add_child(execute_outputs);
execute_output_dialog->set_title("");