WoWInterface SVN PocketPlot

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 79 to Rev 80
    Reverse comparison

Rev 79 → Rev 80

trunk/PocketPlot/PocketPlot.toc
2,7 → 2,7
## Title: PocketPlot
## Author: Seerah
## Notes: Minimap customization
## Version: 2.18
## Version: 2.18.1
## X-Category: Minimap
## OptionalDeps: Ace3, LibSharedMedia-3.0, AceGUI-3.0-SharedMediaWidgets
## SavedVariables: PocketPlotDB
trunk/PocketPlot/pocketplot.lua
211,12 → 211,12
if frame == "None" then
mover:SetScale(1)
mover:Hide()
mover:EnableMouse(0)
mover:EnableMouse(false)
return
else
mover:Show()
moverText:SetText(frame)
mover:EnableMouse(1)
mover:EnableMouse(true)
mover:SetScale(_G[frame]:GetScale())
mover:ClearAllPoints()
mover:SetAllPoints(frame)
572,7 → 572,7
name = "Border Color",
desc = "Select a color for the minimap's border.",
type = "color",
disabled = function() return db.classbg end,
disabled = function() return db.classbg end,
-- hasAlpha = true,
get = function() return db.bg.r, db.bg.g, db.bg.b end,
set = function(_,r,g,b)