diff options
author | Richard Nelson <richard@lindenlab.com> | 2009-10-05 20:53:51 +0000 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2009-10-05 20:53:51 +0000 |
commit | 606311b508c5b13cd995a98d16660e61a58fa3f7 (patch) | |
tree | 76060699e943ce9c305f1c717815f8ad01f4c7ed /indra/llui/lltextbox.h | |
parent | 9818f158366a0df980a2e4b9251177d9a9209cfb (diff) |
text boxes are now *not* mouse_opaque by default
fixed some textbox and text editor layout problems (getWidth called with wrong index)
EXT-1302 - rewrite LLExpandableTextBox to use new LLTextBase functionality (using custom LLExpanderSegment)
reviewed by James
Diffstat (limited to 'indra/llui/lltextbox.h')
-rw-r--r-- | indra/llui/lltextbox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/lltextbox.h b/indra/llui/lltextbox.h index f8c4447b62..da0bcbe972 100644 --- a/indra/llui/lltextbox.h +++ b/indra/llui/lltextbox.h @@ -79,7 +79,6 @@ public: protected: void onUrlLabelUpdated(const std::string &url, const std::string &label); - bool isClickable() const; LLUIString mText; callback_t mClickedCallback; |