Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
derfloh205 committed Nov 11, 2024
1 parent bc6ce8c commit 0527ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Data/News.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function CraftSim.NEWS:GET_NEWS(itemMap)
f.P .. f.bb("Recipe Scan"),
f.a .. "Added " .. f.g("Right Click -> Remove") .. " Feature to list of professions",
f.p .. "Fixed " .. f.bb("Queue First Crafts") .. " not using cheapest reagents",
f.p .. "Fixed " .. f.bb("Craft Queue Amount") .. " tab button functionality",
newP("19.5.0"),
f.P .. f.bb("Craft Queue"),
f.a .. "- General UI Improvements for the queue list",
Expand Down
2 changes: 1 addition & 1 deletion Modules/CraftQueue/UI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ function CraftSim.CRAFTQ.UI:Init()
if nextRow then
input.textInput.frame:ClearFocus()
local craftAmountColumn = nextRow.columns
[10] --[[@as CraftSim.CraftQueue.CraftList.CraftAmountColumn]]
[9] --[[@as CraftSim.CraftQueue.CraftList.CraftAmountColumn]]
craftAmountColumn.input.textInput.frame:SetFocus()
end
end
Expand Down

0 comments on commit 0527ed6

Please sign in to comment.