diff options
author | richard <none@none> | 2009-10-30 11:43:45 -0700 |
---|---|---|
committer | richard <none@none> | 2009-10-30 11:43:45 -0700 |
commit | 0d9682113d28b9814374a784a9724aa1ba4bb942 (patch) | |
tree | 2c627e5da47f695129fce129a1278673263189a2 /indra/llui/llpanel.cpp | |
parent | 95031093c795f3a97cdc673c7b7807c944742ab8 (diff) |
EXT-1980 - Bottom bar buttons retain highlight
EXT-1936 - [BSI] Reversion - clicking on avatar name in group chat should bring up profile
also fixed buttons not working on avatar list in IM window
reviewed by Leyla
Diffstat (limited to 'indra/llui/llpanel.cpp')
-rw-r--r-- | indra/llui/llpanel.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llui/llpanel.cpp b/indra/llui/llpanel.cpp index 095200ddc3..56f3edd704 100644 --- a/indra/llui/llpanel.cpp +++ b/indra/llui/llpanel.cpp @@ -104,8 +104,6 @@ LLPanel::LLPanel(const LLPanel::Params& p) mEnableCallbackRegistrar(false), mXMLFilename(p.filename) { - setIsChrome(FALSE); - if (p.has_border) { addBorder(p.border); |