Skip to content

Commit

Permalink
Fix #38 & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviana committed Apr 24, 2020
1 parent 0d2ea81 commit 307bbd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions YaHT.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ YaHT = select(2, ...)
local L = YaHT.L
local ACR = LibStub("AceConfigRegistry-3.0", true)
local SML = LibStub:GetLibrary("LibSharedMedia-3.0")
YaHT.version = 2120
YaHT.version = 2130

local SWING_TIME = 0.65
local AimedDelay = 1
Expand Down Expand Up @@ -183,7 +183,7 @@ function YaHT:ApplySettings()
self.mainFrame.border:SetBackdrop(backdrop)
self.mainFrame.border:SetHeight(config.height + 6)
self.mainFrame.border:SetWidth(config.width + 6)
self.mainFrame.border:GetBackdropBorderColor(config.bordercolor.r, config.bordercolor.g, config.bordercolor.b)
self.mainFrame.border:SetBackdropBorderColor(config.bordercolor.r, config.bordercolor.g, config.bordercolor.b)

if config.enablebackground then
self.mainFrame.background:Show()
Expand Down

0 comments on commit 307bbd5

Please sign in to comment.