@@ -35,7 +35,7 @@ frmMain:RegisterForClicks('AnyUp')
35
35
frmMain :SetScript (' OnClick' , OnClickXYPos )
36
36
frmMain :SetSize (170 , height )
37
37
frmMain :SetPoint (' TOP' )
38
- frmMain :Show ()
38
+ -- frmMain:Show()
39
39
local backdrop = CreateFrame (" Frame" , " Backdrop" , frmMain , " BackdropTemplate" )
40
40
backdrop :SetAllPoints ()
41
41
backdrop .backdropInfo = {
@@ -47,8 +47,8 @@ backdrop.backdropInfo = {
47
47
edgeSize = 16 , -- Number - Control how large each copy of the edgeFile becomes on-screen (i.e. border thickness and corner size)
48
48
insets = { left = 4 , right = 4 , top = 4 , bottom = 4 , },
49
49
}
50
- backdrop :ApplyBackdrop ()
51
- backdrop :SetBackdropColor (0 , 0 , 1 , 0.3 )
50
+ -- backdrop:ApplyBackdrop()
51
+ --- backdrop:SetBackdropColor(0, 0, 1, 0.3)
52
52
53
53
local xyPos = backdrop :CreateFontString (frmMain , ' OVERLAY' , ' GameTooltipText' )
54
54
xyPos :SetTextColor (1 , 1 , 1 , 1 )
@@ -67,7 +67,7 @@ local function updatePos()
67
67
xyPos :SetText (' Location [' .. round (x * 100 , 2 ) .. ' , ' .. round (y * 100 , 2 ) .. ' ]' )
68
68
end
69
69
70
- C_Timer .NewTicker (0.1 , updatePos )
70
+ -- C_Timer.NewTicker(0.1, updatePos)
71
71
72
72
local parent = CreateFrame (' Frame' ,' Mine' ,UIParent )
73
73
parent :SetPoint (' TOPRIGHT' , MinimapCluster , ' TOPLEFT' , 25 , 0 )
0 commit comments