summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmaininventory.cpp
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-04-12 19:11:59 +0300
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-04-12 19:11:59 +0300
commitbdd4cb5963df9550eb8e9c0bca0eff0010b44b1e (patch)
tree2b8a4a825dc865d6787dca481f75a641d836637b /indra/newview/llpanelmaininventory.cpp
parent842bc87941d4574fe1ce34186872e43ecef881c3 (diff)
SL-19544 WIP show drag handler control
Diffstat (limited to 'indra/newview/llpanelmaininventory.cpp')
-rw-r--r--indra/newview/llpanelmaininventory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp
index 18f80d5d55..dfcfc94cea 100644
--- a/indra/newview/llpanelmaininventory.cpp
+++ b/indra/newview/llpanelmaininventory.cpp
@@ -2194,7 +2194,6 @@ void LLPanelMainInventory::updateCombinationVisibility()
{
bool is_gallery_empty = !mCombinationGalleryPanel->hasVisibleItems();
getChild<LLLayoutPanel>("comb_gallery_layout")->setVisible(!is_gallery_empty);
- getChild<LLView>("border")->setVisible(!is_gallery_empty);
if(is_gallery_empty)
{
mCombinationGalleryPanel->handleModifiedFilter();