Skip to content

Commit

Permalink
v0.9.110
Browse files Browse the repository at this point in the history
  • Loading branch information
d4kir92 committed Oct 9, 2024
1 parent 3159727 commit ca0eb66
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 18 deletions.
2 changes: 1 addition & 1 deletion ImproveAny.toc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Interface-Cata: 40400
## Interface: 110002

## Version: 0.9.109
## Version: 0.9.110
## Title: ImproveAny by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Improve Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion ImproveAny_Cata.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 40400
## Version: 0.9.109
## Version: 0.9.110
## Title: ImproveAny |T136033:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Improve Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion ImproveAny_TBC.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 20504
## Version: 0.9.109
## Version: 0.9.110
## Title: ImproveAny |T136033:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Improve Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion ImproveAny_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 11504
## Version: 0.9.109
## Version: 0.9.110
## Title: ImproveAny |T136033:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Improve Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion ImproveAny_Wrath.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 30403
## Version: 0.9.109
## Version: 0.9.110
## Title: ImproveAny |T136033:16:16:0:0|t by |cff3FC7EBD4KiR |T132115:16:16:0:0|t
## Notes: Improve Any Ui or Frame
## Author: D4KiR
Expand Down
2 changes: 1 addition & 1 deletion core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ function ImproveAny:Event(event, ...)
["icon"] = 136033,
["var"] = mmbtn,
["dbtab"] = IATAB,
["vTT"] = {{"ImproveAny |T136033:16:16:0:0|t", "v|cff3FC7EB0.9.109"}, {ImproveAny:GT("LEFTCLICK"), ImproveAny:GT("MMBTNLEFT")}, {ImproveAny:GT("RIGHTCLICK"), ImproveAny:GT("MMBTNRIGHT")}},
["vTT"] = {{"ImproveAny |T136033:16:16:0:0|t", "v|cff3FC7EB0.9.110"}, {ImproveAny:GT("LEFTCLICK"), ImproveAny:GT("MMBTNLEFT")}, {ImproveAny:GT("RIGHTCLICK"), ImproveAny:GT("MMBTNRIGHT")}},
["funcL"] = function()
ImproveAny:ToggleSettings()
end,
Expand Down
9 changes: 0 additions & 9 deletions ele/combattext.lua
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
local _, ImproveAny = ...
local IATabTalents = {}
local setup = true
function ImproveAny:UpdateCombatTextPos()
if ImproveAny.Setup and ImproveAny:IsEnabled("COMBATTEXTPOSITION", false) and COMBAT_TEXT_LOCATIONS then
if setup then
setup = false
osx = COMBAT_TEXT_LOCATIONS.startX
osy = COMBAT_TEXT_LOCATIONS.startY
oex = COMBAT_TEXT_LOCATIONS.endX
oey = COMBAT_TEXT_LOCATIONS.endY
end

local x = ImproveAny:IAGV("COMBATTEXTX", 0)
local y = ImproveAny:IAGV("COMBATTEXTY", 0)
if x ~= 0 or y ~= 0 then
Expand Down
3 changes: 2 additions & 1 deletion ele/xpbar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ function ImproveAny:UpdateQuestFrame()
if questTag then
QuestLogDummyText:SetText(" " .. questLogTitleText)
local tempWidth = 274
local textWidth = 0
if questTitleTag then
tempWidth = 274 - questTitleTag:GetWidth()
end
Expand All @@ -185,7 +186,7 @@ function ImproveAny:UpdateQuestFrame()
textWidth = QuestLogDummyText:GetWidth()
end

questNormalText:SetWidth(tempWidth)
questNormalText:SetWidth(textWidth)
else
if questNormalText:GetWidth() > 274 then
questNormalText:SetWidth(260)
Expand Down
4 changes: 2 additions & 2 deletions settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@ function ImproveAny:InitIASettings()
IASettings:Hide()
end

ImproveAny:SetVersion(AddonName, 136033, "0.9.109")
IASettings.TitleText:SetText(format("ImproveAny |T136033:16:16:0:0|t v|cff3FC7EB%s", "0.9.109"))
ImproveAny:SetVersion(AddonName, 136033, "0.9.110")
IASettings.TitleText:SetText(format("ImproveAny |T136033:16:16:0:0|t v|cff3FC7EB%s", "0.9.110"))
IASettings.CloseButton:SetScript(
"OnClick",
function()
Expand Down

0 comments on commit ca0eb66

Please sign in to comment.