diff options
author | Oz Linden <oz@lindenlab.com> | 2012-11-09 15:12:15 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-11-09 15:12:15 -0500 |
commit | 07cc38e9cbd3dafe1373fa59aedbe7fb868cfd68 (patch) | |
tree | 2fc108eb8f318908f8028520966faef493eceb39 /indra/llui/lltexteditor.h | |
parent | bf6d1670756ba96abde570e7dbbf94c62c71ca5b (diff) |
STORM-1855: Improve performance of pasting large blocks of text in the script editor
Diffstat (limited to 'indra/llui/lltexteditor.h')
-rw-r--r-- | indra/llui/lltexteditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltexteditor.h b/indra/llui/lltexteditor.h index 40821ae9fb..7d2dd09a28 100644 --- a/indra/llui/lltexteditor.h +++ b/indra/llui/lltexteditor.h @@ -239,7 +239,7 @@ protected: // Undoable operations void addChar(llwchar c); // at mCursorPos S32 addChar(S32 pos, llwchar wc); - void addLineBreakChar(); + void addLineBreakChar(BOOL group_together = FALSE); S32 overwriteChar(S32 pos, llwchar wc); void removeChar(); S32 removeChar(S32 pos); |