summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-07-26 19:40:10 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-07-26 19:43:04 +0300
commit4c3f343799ca4be4b618dca8cf13a86e8941fb44 (patch)
treef815a325854b0735c9587732821421d26bcf9223 /indra/llui/lltextbase.h
parent6db39a6f1d3b290fd12ab8e96100ebb89713d8ea (diff)
SL-17045 LSL editor cursor position desynchronization
1. Fixed cursor position calculations 2. Fixed selection rect calculation
Diffstat (limited to 'indra/llui/lltextbase.h')
-rw-r--r--indra/llui/lltextbase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h
index a4e83b42b4..82844200cf 100644
--- a/indra/llui/lltextbase.h
+++ b/indra/llui/lltextbase.h
@@ -635,6 +635,8 @@ protected:
return mLabel.getString() + getToolTip();
}
+ std::vector<LLRect> getSelctionRects();
+
protected:
// text segmentation and flow
segment_set_t mSegments;