Skip to content

Commit 0782226

Browse files
committed
Tiny fix with colouring of oils
1 parent c2c7926 commit 0782226

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Classes/Tooltip.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ function TooltipClass:Draw(x, y, w, h, viewPort)
348348
for _, v in ipairs(line[1]) do
349349
t_insert(args, v)
350350
end
351+
SetDrawColor(1,1,1)
351352
DrawImage(unpack(args))
352353
else
353354
DrawImage(unpack(line))

src/Modules/Main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ function main:OpenOptionsPopup()
915915
end)
916916

917917
nextRow()
918-
controls.showFlavourText = new("CheckBoxControl", { "TOPLEFT", nil, "TOPLEFT" }, { defaultLabelPlacementX, currentY, 20 }, "^7Show Flavour Text on Uniques:", function(state)
918+
controls.showFlavourText = new("CheckBoxControl", { "TOPLEFT", nil, "TOPLEFT" }, { defaultLabelPlacementX, currentY, 20 }, "^7Styled Tooltips with Flavour Text:", function(state)
919919
self.showFlavourText = state
920920
end)
921921

0 commit comments

Comments
 (0)