WoWInterface SVN Molinari

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 14 to Rev 15
    Reverse comparison

Rev 14 → Rev 15

Molinari/Molinari.lua
67,7 → 67,7
end
 
function button:MODIFIER_STATE_CHANGED(event, key)
if(self:IsShown() and string.match(key, 'ALT$')) then
if(self:IsShown() and (key == 'LALT' or key == 'RALT')) then
safeStop(self)
end
end