comparison utils.lua @ 118:c32d6bf6cfc1

Removed debug prints and obsolete todos
author contrebasse
date Sun, 19 Jun 2011 13:05:52 +0200
parents 7ce304c296b0
children ef057e91b465
comparison
equal deleted inserted replaced
117:e6bb47c6d8d6 118:c32d6bf6cfc1
179 end 179 end
180 end 180 end
181 181
182 stateSaved = true 182 stateSaved = true
183 A.blockScan = nil 183 A.blockScan = nil
184
185 --@todo Scroll down to the selected recipe
186 -- with TradeSkillSkillXX:Show() ?
187 end 184 end
188 185
189 function A.RestoreActiveFilters() 186 function A.RestoreActiveFilters()
190 if not stateSaved then return end 187 if not stateSaved then return end
191 A.blockScan = true 188 A.blockScan = true
212 FauxScrollFrame_SetOffset(TradeSkillListScrollFrame,filtersState.positionOffset) 209 FauxScrollFrame_SetOffset(TradeSkillListScrollFrame,filtersState.positionOffset)
213 TradeSkillListScrollFrameScrollBar:SetValue(filtersState.positionValue) 210 TradeSkillListScrollFrameScrollBar:SetValue(filtersState.positionValue)
214 211
215 stateSaved = nil 212 stateSaved = nil
216 A.blockScan = nil 213 A.blockScan = nil
217
218 --@todo Scroll down to the selected recipe
219 -- with TradeSkillSkillXX:Show() ?
220 end 214 end
221 end 215 end
222 216
223 function A.isRecipeUnique(itemData) 217 function A.isRecipeUnique(itemData)
224 local unique = true 218 local unique = true