Re: modui

http://imgur.com/dyKqTxn not sure if this error is on my end or a bug with the UI, it happens after i open bags a few times, what it does is makes it so i cant open my bags. only fix is to reload or relog
for i = 1, 6 do -- QUEST PROGRESS TOOLTIP
local p = _G['QuestProgressItem'..i]
end
for i = 1, 6 do -- QUEST PROGRESS TOOLTIP
local p = _G['QuestProgressItem'..i]
p:SetScript('OnEnter', function()
if GameTooltip then
GameTooltip:SetOwner(p, 'ANCHOR_RIGHT')
if GetNumQuestItems() > 0 then GameTooltip:SetQuestItem(p.type, p:GetID()) end
end
end)
end