SL-19583 Fix scrollbars flashing when resizing floater

master
Andrey Kleshchev 2023-05-12 21:14:14 +03:00
parent b4d0aeee37
commit a6d867bcce
1 changed files with 2 additions and 1 deletions

View File

@ -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()