1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Merge pull request #74114 from dalexeev/editor-help-enable-context-menu

Enable `RichTextLabel` context menu if selection is enabled
This commit is contained in:
Yuri Sizov
2023-03-16 12:19:05 +01:00
committed by GitHub
8 changed files with 9 additions and 0 deletions

View File

@@ -8072,6 +8072,7 @@ EditorNode::EditorNode() {
execute_outputs = memnew(RichTextLabel);
execute_outputs->set_selection_enabled(true);
execute_outputs->set_context_menu_enabled(true);
execute_output_dialog = memnew(AcceptDialogAutoReparent);
execute_output_dialog->add_child(execute_outputs);
execute_output_dialog->set_title("");