Skip to content

Commit 07e4543

Browse files
committed
Burning Crusade: Fixing crash in icons indicator when icons border size is non zero (GitHub Issue #15).
1 parent f5179d7 commit 07e4543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/IndicatorIcons.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local wipe = wipe
66
local pairs = pairs
77
local ipairs = ipairs
88
local format = string.format
9-
local ICON_TEMPLATE = Grid2.isWoW90 and "BackdropTemplate" or nil
9+
local ICON_TEMPLATE = (not Grid2.isVanilla) and "BackdropTemplate" or nil
1010

1111
local function Icon_Create(self, parent)
1212
local f = self:CreateFrame("Frame", parent)

0 commit comments

Comments
 (0)