/trunk
MiniMapLFGFrameBorder:Hide() |
MiniMapLFGFrame:ClearAllPoints() |
MiniMapLFGFrame:SetPoint("BOTTOMLEFT", Minimap, "BOTTOMLEFT", 27, -4) |
LFDSearchStatus:SetClampedToScreen(true) |
--MISC. THINGS TO HIDE |
MiniMapWorldMapButton:Hide() --default keybinding for world map is M |
--COORDINATES |
coords:SetFont(LSM:Fetch("font",db.lsmfont), db.coordSize, db.fontFlag) |
--thanks, Elviswind, for shadow code to match clock |
coords:SetShadowOffset(1,-1) |
coords:SetShadowColor(0,0,0,1) |
if db.coords then |
coordframe:Show() |
else |
mover:SetScript("OnMouseUp", function() mover:StopMovingOrSizing() SetPosition(movershown) end) |
coordframe:SetScript("OnEnter", function(self) |
GameTooltip:SetOwner(self, "ANCHOR_LEFT") |
GameTooltip:AddLine("Location Functions", 1,1,1) |
GameTooltip:AddLine("Click to display the world map.") |
GameTooltip:AddLine("Shift-click to input your coordinates into chat.") |
GameTooltip:Show() |
## Title: PocketPlot |
## Author: Seerah |
## Notes: Minimap customization |
## Version: 2.9.4 |
## Version: 2.9.5 |
## X-Category: Minimap |
## OptionalDeps: Ace3, LibSharedMedia-3.0 |
## SavedVariables: PocketPlotDB |