From 2462ec5ffe261149036579d74582bbbfd5abb2f7 Mon Sep 17 00:00:00 2001 From: pschifferer Date: Sat, 28 Feb 2009 16:33:08 +0000 Subject: [PATCH] Fixed an issue with shopping list items not reappearing after they've been hidden. --- CauldronShoppingListUI.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CauldronShoppingListUI.lua b/CauldronShoppingListUI.lua index f30dea5..8e327aa 100644 --- a/CauldronShoppingListUI.lua +++ b/CauldronShoppingListUI.lua @@ -162,7 +162,7 @@ function Cauldron:UpdateShoppingList() end frame:Hide(); - frame:SetHeight(0); +-- frame:SetHeight(0); reqIndex = reqIndex + 1; end @@ -173,7 +173,7 @@ function Cauldron:UpdateShoppingList() end frame:Hide(); - frame:SetHeight(0); +-- frame:SetHeight(0); itemIndex = itemIndex + 1; end -- 1.7.9.5