diff options
-rw-r--r-- | indra/newview/llpanelmaininventory.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index a8c8ce994d..5a8565b5aa 100644 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -938,6 +938,7 @@ void LLPanelMainInventory::reshape(S32 width, S32 height, BOOL called_from_paren { mCombinationShapeDirty = true; LLPanel::reshape(width, height, called_from_parent); + updateCombinationVisibility(); } // virtual @@ -959,9 +960,9 @@ void LLPanelMainInventory::draw() mResortActivePanel = false; } + updateCombinationVisibility(); LLPanel::draw(); updateItemcountText(); - updateCombinationVisibility(); } void LLPanelMainInventory::updateItemcountText() |