GUI: Copy all text in RichTextLabel if nothing is selected

This commit is contained in:
Danil Alexeev 2025-05-14 19:31:57 +03:00
parent 428a762e98
commit decf5bf865
No known key found for this signature in database
GPG key ID: 5A52F75A8679EC57
2 changed files with 12 additions and 11 deletions

View file

@ -866,7 +866,6 @@ public:
float get_selection_line_offset() const;
String get_selected_text() const;
void select_all();
void selection_copy();
_FORCE_INLINE_ void set_selection_modifier(const Callable &p_modifier) {
selection_modifier = p_modifier;