diff options
author | Ima Mechanique <ima.mechanique@secondlife.com> | 2014-02-06 16:47:27 +0000 |
---|---|---|
committer | Ima Mechanique <ima.mechanique@secondlife.com> | 2014-02-06 16:47:27 +0000 |
commit | 00a99d9097131c02c6486112b32e57f534bf61be (patch) | |
tree | 3e94b2ce6d97db3727b6d8eaeb06a576039294cb /indra/llui/lltexteditor.h | |
parent | 01b7ae8abe7efc101202fea786e97862c44e1d21 (diff) |
Adding clear methods to remove any highlighting.
Diffstat (limited to 'indra/llui/lltexteditor.h')
-rwxr-xr-x | indra/llui/lltexteditor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/lltexteditor.h b/indra/llui/lltexteditor.h index d7f6c7f643..698153587f 100755 --- a/indra/llui/lltexteditor.h +++ b/indra/llui/lltexteditor.h @@ -207,7 +207,8 @@ public: const LLUUID& getSourceID() const { return mSourceID; } const LLTextSegmentPtr getPreviousSegment() const; - void getSelectedSegments(segment_vec_t& segments) const; + void getSelectedSegments(segment_vec_t& segments) const; + void clearSegments(); void setShowContextMenu(bool show) { mShowContextMenu = show; } bool getShowContextMenu() const { return mShowContextMenu; } |