Quantcast

For science, we won't try to restore previous state after a scan.

John Pasula [01-25-11 - 18:16]
For science, we won't try to restore previous state after a scan.
Filename
core.lua
diff --git a/core.lua b/core.lua
index ace6e73..dd3a566 100644
--- a/core.lua
+++ b/core.lua
@@ -1724,6 +1724,7 @@ do
 					CollapseTradeSkillSubClass(i)
 				end
 			end
+--[[
 			-- Restore the state of the "Have Materials" checkbox.
 			TradeSkillFrame.filterTbl.hasMaterials = have_materials
 			TradeSkillOnlyShowMakeable(have_materials)
@@ -1734,6 +1735,7 @@ do
 			TradeSkillUpdateFilterBar()

 			TradeSkillFrame_Update()
+]]--
 		end
 		Player.prev_count = Player.foundRecipes
 		Player.foundRecipes = recipes_found