Quantcast

Fixed an issue with shopping list items not reappearing after they've been hidden.

pschifferer [02-28-09 - 16:33]
Fixed an issue with shopping list items not reappearing after they've been hidden.
Filename
CauldronShoppingListUI.lua
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