mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Enable RichTextLabel context menu if selection is enabled
This commit is contained in:
parent
ad9302bafc
commit
06c7940a5a
8 changed files with 9 additions and 0 deletions
|
|
@ -8054,6 +8054,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("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue