Merge pull request #39284 from mbrlabs/editornode-execute-output-selection

Enable text selection in the execute output of EditorNode
This commit is contained in:
Rémi Verschelde 2020-06-04 15:45:36 +02:00 committed by GitHub
commit b8ff8fe85c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6568,6 +6568,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("");