diff options
Diffstat (limited to 'scene/gui/rich_text_label.h')
-rw-r--r-- | scene/gui/rich_text_label.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/rich_text_label.h b/scene/gui/rich_text_label.h index 871084a56f..228d607049 100644 --- a/scene/gui/rich_text_label.h +++ b/scene/gui/rich_text_label.h @@ -289,6 +289,7 @@ public: void set_selection_enabled(bool p_enabled); bool is_selection_enabled() const; + void selection_copy(); Error parse_bbcode(const String& p_bbcode); Error append_bbcode(const String& p_bbcode); |