diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-05-12 21:14:14 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-05-12 21:14:14 +0300 |
commit | a6d867bccea37467d51cd037d6a58aca02a27e97 (patch) | |
tree | 45fbb186230aa9a3b98615ff30783489b9ad7b65 /indra/newview/llpanelmaininventory.cpp | |
parent | b4d0aeee37973525589223842e149caa28dea2af (diff) |
SL-19583 Fix scrollbars flashing when resizing floater
Diffstat (limited to 'indra/newview/llpanelmaininventory.cpp')
-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() |