WoWInterface SVN Molinari

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 11 to Rev 12
    Reverse comparison

Rev 11 → Rev 12

Molinari/Molinari.lua
90,11 → 90,8
end
 
-- temporary fix for blizzard's bug with secure frames and anchoring on the ContainerFrame
if(not CONTAINERFRAMEFIX and FUXFUXFUXFUX) then
hooksecurefunc('ContainerFrame_GenerateFrame', function(self, size, id)
if(size ~= 1 and id == 0) then
ContainerFrame1Item1:SetPoint('BOTTOMRIGHT', ContainerFrame1MoneyFrameCopperButton, 'BOTTOMRIGHT', 3, 21)
end
end)
CONTAINERFRAMEFIX = true
end
\ No newline at end of file +hooksecurefunc('ContainerFrame_GenerateFrame', function(self, size, id) + if(size ~= 1 and id == 0) then + ContainerFrame1Item1:SetPoint('BOTTOMRIGHT', ContainerFrame1MoneyFrameCopperButton, 'BOTTOMRIGHT', 3, 21) + end +end) \ No newline at end of file