diff options
author | leyla_linden <none@none> | 2011-09-30 10:00:49 -0700 |
---|---|---|
committer | leyla_linden <none@none> | 2011-09-30 10:00:49 -0700 |
commit | 8fa45941b6ce99c462f19628a17d4db2396286b9 (patch) | |
tree | bc8c409bb7208d4fa17982f946e7d2cc5986903b /indra/newview/llnearbychatbar.h | |
parent | 71ed326f51770b215ba5dd2ac8d159c3b764c2d2 (diff) |
EXP-1264 Chat log shows as blank if closing viewer with chat log open and then opening chat floater on next login
EXP-1271 Remove UI hints
Diffstat (limited to 'indra/newview/llnearbychatbar.h')
-rw-r--r-- | indra/newview/llnearbychatbar.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llnearbychatbar.h b/indra/newview/llnearbychatbar.h index 1d28a21ef3..0415f12a0d 100644 --- a/indra/newview/llnearbychatbar.h +++ b/indra/newview/llnearbychatbar.h @@ -127,6 +127,8 @@ protected: void onChatBoxCommit(); void onChatFontChange(LLFontGL* fontp); + /* virtual */ void applyRectControl(); + void onToggleNearbyChatPanel(); static LLWString stripChannelNumber(const LLWString &mesg, S32* channel); @@ -140,6 +142,8 @@ protected: LLLineEditor* mChatBox; LLOutputMonitorCtrl* mOutputMonitor; LLLocalSpeakerMgr* mSpeakerMgr; + + S32 mExpandedHeight; }; #endif |