Skip to content

Commit ec1edf0

Browse files
5.5.3 (66382)
1 parent 5be634c commit ec1edf0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Interface/AddOns/Blizzard_CatalogShop/Blizzard_CatalogShop_Products.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@ function CatalogShopProductContainerFrameMixin:TrySelectProduct(productInfo)
165165
else
166166
scrollContainer.selectionBehavior:SelectElementData(foundElementData);
167167
end
168+
169+
-- Adding an Update to the scroll box with forceLayout set to true so the child elements will refresh after a product is selected.
170+
local forceLayout = true;
171+
scrollBox:Update(forceLayout);
172+
168173
return true;
169174
end
170175

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.5.3.66290
1+
5.5.3.66382

0 commit comments

Comments
 (0)