comparison WorldQuests.lua @ 108:b67ba1078824

- Added some WorldMapFrame alterations to make the filter bar less obtrusive
author Nenue
date Sat, 03 Jun 2017 17:20:14 -0400
parents 9f664a0ef8a8
children
comparison
equal deleted inserted replaced
107:b2be2de2b133 108:b67ba1078824
551 if db.QuestsByZone[mapID] then 551 if db.QuestsByZone[mapID] then
552 wipe(db.QuestsByZone[mapID]) 552 wipe(db.QuestsByZone[mapID])
553 elseif db.isBrokenIsle then 553 elseif db.isBrokenIsle then
554 continentScanned = true 554 continentScanned = true
555 end 555 end
556 db.PinStrata = WorldMapFrame_InWindowedMode() and 'HIGH' or 'FULLSCREEN'
556 print('layoutDirty =',layoutDirty) 557 print('layoutDirty =',layoutDirty)
557 558
558 for index, info in pairs(taskInfo) do 559 for index, info in pairs(taskInfo) do
559 local questID, x, y = info.questId, info.x, info.y 560 local questID, x, y = info.questId, info.x, info.y
560 local pin = self:AcquirePin(info) 561 local pin = self:AcquirePin(info)