Slash & FlightTimers - timer bar
Slash - forgot to mention, that i fixed /ltp slash in previous commit. FlightTimers - fixed the timer bar, now it shows duration of current flight just fine ! :) FlightTimers - need to fix every single database data. (This will take a while)
This commit is contained in:
parent
ac3b311cd6
commit
a448ef06cd
3 changed files with 217 additions and 208 deletions
|
|
@ -1593,11 +1593,11 @@ function lib:New(texture, width, height)
|
|||
bg:SetAllPoints()
|
||||
bar.candyBarBackground = bg
|
||||
|
||||
local backdrop = CreateFrame("Frame", nil, bar, "BackdropTemplate") -- Used by bar stylers for backdrops
|
||||
local backdrop = CreateFrame("Frame", nil, bar) -- Used by bar stylers for backdrops
|
||||
backdrop:SetFrameLevel(0)
|
||||
bar.candyBarBackdrop = backdrop
|
||||
|
||||
local iconBackdrop = CreateFrame("Frame", nil, bar, "BackdropTemplate") -- Used by bar stylers for backdrops
|
||||
local iconBackdrop = CreateFrame("Frame", nil, bar) -- Used by bar stylers for backdrops
|
||||
iconBackdrop:SetFrameLevel(0)
|
||||
bar.candyBarIconFrameBackdrop = iconBackdrop
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue