summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimnearbychathandler.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-08-15 21:02:04 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2024-08-15 22:56:42 +0300
commitae0433f4ebba799c16d6498f8a78ccb101db9706 (patch)
treeb8fcd1f34c1d8e6bf5dfe1f0b19f3e312b20a9a4 /indra/newview/llfloaterimnearbychathandler.cpp
parent9daa5b000cd61c77c9bec8f837920937e4e4b0f8 (diff)
Fix loose mGalleryPanel in LLInventoryGallery
LLInventoryGallery::buildGalleryPanel does the creation, not postBuild() same for LLOutfitGallery. Either don't create mGalleryPanel or remove it before creating again.
Diffstat (limited to 'indra/newview/llfloaterimnearbychathandler.cpp')
-rw-r--r--indra/newview/llfloaterimnearbychathandler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimnearbychathandler.cpp b/indra/newview/llfloaterimnearbychathandler.cpp
index a614299e03..e9cd912ca9 100644
--- a/indra/newview/llfloaterimnearbychathandler.cpp
+++ b/indra/newview/llfloaterimnearbychathandler.cpp
@@ -152,7 +152,6 @@ protected:
toast_list_t m_toast_pool;
bool mStopProcessing;
- bool mChannelRect;
};