diff options
| author | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-06 15:01:36 +0200 |
|---|---|---|
| committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-06 15:01:36 +0200 |
| commit | 8acc2ec9f633168a3c04ac7aa112c1b12218d7cc (patch) | |
| tree | d164ad8e24255acb1cce0535fe1eaffb3d7e17c5 /indra/newview/llpanelpicks.cpp | |
| parent | b9fa0e9bbe0db5ecdfb5fbdd88474e0d3bb8eed2 (diff) | |
STORM-690 FIXED Underlying panels were visible in undocked sidepanels.
By the way, fixed losing focus when switching between panels in Me and Places SP (which made the floater semi-transparent).
Diffstat (limited to 'indra/newview/llpanelpicks.cpp')
| -rw-r--r-- | indra/newview/llpanelpicks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelpicks.cpp b/indra/newview/llpanelpicks.cpp index ccef563544..4f4b828cca 100644 --- a/indra/newview/llpanelpicks.cpp +++ b/indra/newview/llpanelpicks.cpp @@ -781,7 +781,7 @@ void LLPanelPicks::showAccordion(const std::string& name, bool show) void LLPanelPicks::onPanelPickClose(LLPanel* panel) { - panel->setVisible(FALSE); + getProfilePanel()->closePanel(panel); } void LLPanelPicks::onPanelPickSave(LLPanel* panel) |
