diff options
author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2013-03-12 15:43:07 +0200 |
---|---|---|
committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2013-03-12 15:43:07 +0200 |
commit | 212e21f3526d7d979a0950cc3c8c7ddaceef6cdc (patch) | |
tree | a031dc1be7ba3e857f95379e93912bb17c6da59c /indra/newview/llfloaterimsessiontab.h | |
parent | aa8809ff3b2f29ad2140328be955e338725d613b (diff) |
CHUI-847 Fixed [CHUIBUG]Collapse Participant List, operates on all torn off chats: make flag mIsPartListExpanded for saving of the participant list panel expand/collapse state
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.h')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsessiontab.h b/indra/newview/llfloaterimsessiontab.h index d55b021df7..e8ae557412 100644 --- a/indra/newview/llfloaterimsessiontab.h +++ b/indra/newview/llfloaterimsessiontab.h @@ -138,6 +138,7 @@ protected: bool mIsNearbyChat; bool mIsP2PChat; + bool mIsParticipantListExpanded; LLIMModel::LLIMSession* mSession; |