File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -256,14 +256,14 @@ function ClassicCastbars:SetLSMBorders(castbar, db)
256
256
end
257
257
258
258
-- Apply backdrop if it isn't already active
259
- if castbar .BorderFrameLSM .currentTexture ~= db .castBorder or castbar : GetHeight () ~= castbar . BorderFrameLSM . currentHeight then
259
+ if castbar .BorderFrameLSM .currentTexture ~= db .castBorder then
260
260
castbar .BorderFrameLSM :SetBackdrop ({
261
261
edgeFile = db .castBorder ,
262
- tile = false , tileSize = 0 ,
263
- edgeSize = castbar :GetHeight (),
262
+ tile = true , tileSize = 16 ,
263
+ edgeSize = 16 ,
264
+ insets = { left = 4 , right = 4 , top = 4 , bottom = 4 }
264
265
})
265
266
castbar .BorderFrameLSM .currentTexture = db .castBorder
266
- castbar .BorderFrameLSM .currentHeight = castbar :GetHeight ()
267
267
end
268
268
269
269
castbar .Border :SetAlpha (0 ) -- hide default border
You can’t perform that action at this time.
0 commit comments