You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Enable text selection in execute output of EditorNode
This commit is contained in:
@@ -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("");
|
||||
|
||||
Reference in New Issue
Block a user