Skip to content

Commit

Permalink
v1.7.30
Browse files Browse the repository at this point in the history
  • Loading branch information
d4kir92 committed Sep 30, 2024
1 parent 68d84e2 commit 25e4aef
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion MoveAny.toc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Interface-Cata: 40400
## Interface: 110002

## Version: 1.7.29
## Version: 1.7.30
## Title: MoveAny by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Move Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion MoveAny_Cata.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 40400
## Version: 1.7.29
## Version: 1.7.30
## Title: MoveAny |T135994:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Move Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion MoveAny_TBC.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 20504
## Version: 1.7.29
## Version: 1.7.30
## Title: MoveAny |T135994:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Move Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion MoveAny_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 11504
## Version: 1.7.29
## Version: 1.7.30
## Title: MoveAny |T135994:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Move Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion MoveAny_Wrath.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 30403
## Version: 1.7.29
## Version: 1.7.30
## Title: MoveAny |T135994:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Move Any Ui or Frame
## Author: D4KiR
Expand Down
38 changes: 19 additions & 19 deletions settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,8 @@ function MoveAny:InitMALock()
end
)

MoveAny:SetVersion(AddonName, 135994, "1.7.29")
MALock.TitleText:SetText(format("MoveAny |T135994:16:16:0:0|t v|cff3FC7EB%s", "1.7.29"))
MoveAny:SetVersion(AddonName, 135994, "1.7.30")
MALock.TitleText:SetText(format("MoveAny |T135994:16:16:0:0|t v|cff3FC7EB%s", "1.7.30"))
MALock.CloseButton:SetScript(
"OnClick",
function()
Expand Down Expand Up @@ -1097,7 +1097,7 @@ function MoveAny:ShowProfiles()
end
)

MAProfiles.TitleText:SetText(format("MoveAny |T135994:16:16:0:0|t v|cff3FC7EB%s", "1.7.29"))
MAProfiles.TitleText:SetText(format("MoveAny |T135994:16:16:0:0|t v|cff3FC7EB%s", "1.7.30"))
MAProfiles.CloseButton:SetScript(
"OnClick",
function()
Expand Down Expand Up @@ -1208,25 +1208,25 @@ function MoveAny:ShowProfiles()
local sliderProfiles = CreateFrame("Slider", nil, MAAddProfile, "UISliderTemplate")
sliderProfiles:SetWidth(MAAddProfile:GetWidth() - 20)
sliderProfiles:SetPoint("TOPLEFT", MAAddProfile, "TOPLEFT", 10, -26 - 30 - br)
if slidersliderProfiles.Low == nil then
slidersliderProfiles.Low = slidersliderProfiles:CreateFontString(nil, nil, "GameFontNormal")
slidersliderProfiles.Low:SetPoint("BOTTOMLEFT", slidersliderProfiles, "BOTTOMLEFT", 0, -12)
slidersliderProfiles.Low:SetFont(STANDARD_TEXT_FONT, 10, "THINOUTLINE")
slidersliderProfiles.Low:SetTextColor(1, 1, 1)
if sliderProfiles.Low == nil then
sliderProfiles.Low = sliderProfiles:CreateFontString(nil, nil, "GameFontNormal")
sliderProfiles.Low:SetPoint("BOTTOMLEFT", sliderProfiles, "BOTTOMLEFT", 0, -12)
sliderProfiles.Low:SetFont(STANDARD_TEXT_FONT, 10, "THINOUTLINE")
sliderProfiles.Low:SetTextColor(1, 1, 1)
end

if slidersliderProfiles.High == nil then
slidersliderProfiles.High = slidersliderProfiles:CreateFontString(nil, nil, "GameFontNormal")
slidersliderProfiles.High:SetPoint("BOTTOMRIGHT", slidersliderProfiles, "BOTTOMRIGHT", 0, -12)
slidersliderProfiles.High:SetFont(STANDARD_TEXT_FONT, 10, "THINOUTLINE")
slidersliderProfiles.High:SetTextColor(1, 1, 1)
if sliderProfiles.High == nil then
sliderProfiles.High = sliderProfiles:CreateFontString(nil, nil, "GameFontNormal")
sliderProfiles.High:SetPoint("BOTTOMRIGHT", sliderProfiles, "BOTTOMRIGHT", 0, -12)
sliderProfiles.High:SetFont(STANDARD_TEXT_FONT, 10, "THINOUTLINE")
sliderProfiles.High:SetTextColor(1, 1, 1)
end

if slidersliderProfiles.Text == nil then
slidersliderProfiles.Text = slidersliderProfiles:CreateFontString(nil, nil, "GameFontNormal")
slidersliderProfiles.Text:SetPoint("TOP", slidersliderProfiles, "TOP", 0, 16)
slidersliderProfiles.Text:SetFont(STANDARD_TEXT_FONT, 12, "THINOUTLINE")
slidersliderProfiles.Text:SetTextColor(1, 1, 1)
if sliderProfiles.Text == nil then
sliderProfiles.Text = sliderProfiles:CreateFontString(nil, nil, "GameFontNormal")
sliderProfiles.Text:SetPoint("TOP", sliderProfiles, "TOP", 0, 16)
sliderProfiles.Text:SetFont(STANDARD_TEXT_FONT, 12, "THINOUTLINE")
sliderProfiles.Text:SetTextColor(1, 1, 1)
end

sliderProfiles.Low:SetText("")
Expand Down Expand Up @@ -4858,7 +4858,7 @@ function MoveAny:LoadAddon()
["name"] = "MoveAny",
["icon"] = 135994,
["dbtab"] = MATAB,
["vTT"] = {{"MoveAny |T135994:16:16:0:0|t", "v|cff3FC7EB1.7.29"}, {MoveAny:GT("LID_LEFTCLICK"), MoveAny:GT("LID_MMBTNLEFT")}, {MoveAny:GT("LID_RIGHTCLICK"), MoveAny:GT("LID_MMBTNRIGHT")}},
["vTT"] = {{"MoveAny |T135994:16:16:0:0|t", "v|cff3FC7EB1.7.30"}, {MoveAny:GT("LID_LEFTCLICK"), MoveAny:GT("LID_MMBTNLEFT")}, {MoveAny:GT("LID_RIGHTCLICK"), MoveAny:GT("LID_MMBTNRIGHT")}},
["funcL"] = function()
MoveAny:ToggleMALock()
end,
Expand Down

0 comments on commit 25e4aef

Please sign in to comment.