mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
GUI: Copy all text in RichTextLabel if nothing is selected
This commit is contained in:
parent
428a762e98
commit
decf5bf865
2 changed files with 12 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue