From 2104528f642d4073617919679b1fa155982ffe03 Mon Sep 17 00:00:00 2001 From: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com> Date: Sat, 27 Jun 2026 18:37:05 +0200 Subject: [PATCH] Update HealBot_Options.lua HealBot_SetSkinColours fix on borderStyle == 0 missing SetBackdrop Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com> --- HealBot_Options.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HealBot_Options.lua b/HealBot_Options.lua index b306dbf..2257221 100644 --- a/HealBot_Options.lua +++ b/HealBot_Options.lua @@ -297,6 +297,12 @@ function HealBot_SetSkinColours() local borderStyle = HealBot_Config.bborder[HealBot_Config.Current_Skin] or 2 if borderStyle == 0 then + HealBot_Action:SetBackdrop({ + bgFile = "Interface\\Tooltips\\UI-Tooltip-Background", + edgeFile = "Interface\\Buttons\\WHITE8X8", + tile = true, tileSize = 8, edgeSize = 1, + insets = { left = 1, right = 1, top = 1, bottom = 1 } + }) HealBot_Action:SetBackdropBorderColor(0,0,0,0); elseif borderStyle == 1 then HealBot_Action:SetBackdrop({