Unverified Commit b8ff8fe8 by Rémi Verschelde Committed by GitHub

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

Enable text selection in the execute output of EditorNode
parents f05b4fea 85175c67
......@@ -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("");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment