Skip to content

Commit

Permalink
- lib update
Browse files Browse the repository at this point in the history
  • Loading branch information
cont1nuity committed Sep 4, 2024
1 parent 2ffce3d commit 3c013b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion libs/DF/fw.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


local dversion = 566
local dversion = 567
local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary(major, minor)

Expand Down
1 change: 0 additions & 1 deletion libs/DF/panel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,6 @@ function detailsFramework:IconPick (callback, close_when_select, param1, param2)
if type(lineIcon) == "string" and not string.find(lineIcon, "^[Ii]nterface") then
lineIcon = "Interface/ICONS/" .. lineIcon
end
DevTool:AddData(lineIcon, "lineIcon")
line.buttons[o].icon:SetTexture(lineIcon)
line.buttons[o].texture = lineIcon
end
Expand Down

0 comments on commit 3c013b8

Please sign in to comment.