Skip to content

Commit 0527ed6

Browse files
committed
1 parent bc6ce8c commit 0527ed6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Data/News.lua

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ function CraftSim.NEWS:GET_NEWS(itemMap)
2222
f.P .. f.bb("Recipe Scan"),
2323
f.a .. "Added " .. f.g("Right Click -> Remove") .. " Feature to list of professions",
2424
f.p .. "Fixed " .. f.bb("Queue First Crafts") .. " not using cheapest reagents",
25+
f.p .. "Fixed " .. f.bb("Craft Queue Amount") .. " tab button functionality",
2526
newP("19.5.0"),
2627
f.P .. f.bb("Craft Queue"),
2728
f.a .. "- General UI Improvements for the queue list",

Modules/CraftQueue/UI.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ function CraftSim.CRAFTQ.UI:Init()
416416
if nextRow then
417417
input.textInput.frame:ClearFocus()
418418
local craftAmountColumn = nextRow.columns
419-
[10] --[[@as CraftSim.CraftQueue.CraftList.CraftAmountColumn]]
419+
[9] --[[@as CraftSim.CraftQueue.CraftList.CraftAmountColumn]]
420420
craftAmountColumn.input.textInput.frame:SetFocus()
421421
end
422422
end

0 commit comments

Comments
 (0)