1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Enable RichTextLabel context menu if selection is enabled

This commit is contained in:
Danil Alexeev
2023-02-28 16:19:48 +03:00
parent ad9302bafc
commit 06c7940a5a
8 changed files with 9 additions and 0 deletions

View File

@@ -1504,6 +1504,7 @@ VersionControlEditorPlugin::VersionControlEditorPlugin() {
diff->set_v_size_flags(TextEdit::SIZE_EXPAND_FILL);
diff->set_use_bbcode(true);
diff->set_selection_enabled(true);
diff->set_context_menu_enabled(true);
version_control_dock->add_child(diff);
_update_set_up_warning("");