diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-10-17 14:55:36 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-10-17 14:55:36 -0700 |
commit | 05a72687d848c13754039f6e720a137827533fdb (patch) | |
tree | 586c0d9fa2b40f310ae6a6c8a8b4118aaf959d10 /indra/llui/llchatentry.h | |
parent | f55d07114b560b277ebf9f644a85c03114170295 (diff) |
CHUI-410: Now when a converation floater is focused the default text 'To <Some User>' displays only when the text input field is empty.
Diffstat (limited to 'indra/llui/llchatentry.h')
-rw-r--r-- | indra/llui/llchatentry.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llui/llchatentry.h b/indra/llui/llchatentry.h index 10a4594e83..1f3fcf8945 100644 --- a/indra/llui/llchatentry.h +++ b/indra/llui/llchatentry.h @@ -54,11 +54,16 @@ protected: friend class LLUICtrlFactory; LLChatEntry(const Params& p); + /*virtual*/ void beforeValueChange(); + /*virtual*/ void onValueChange(S32 start, S32 end); + /*virtual*/ BOOL useLabel(); public: virtual void draw(); virtual void onCommit(); + /*virtual*/ void onFocusReceived(); + /*virtual*/ void onFocusLost(); boost::signals2::connection setTextExpandedCallback(const commit_signal_t::slot_type& cb); |