Skip to content

Commit

Permalink
Fix scale not being appied on initial load
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Oct 7, 2020
1 parent 473e22a commit c5ecf95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Aptechka.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1911,6 +1911,7 @@ function Aptechka.CreateHeader(self,group,petgroup)
local scale = AptechkaDB.profile.scale or config.scale
f:SetAttribute("frameWidth", width)
f:SetAttribute("frameHeight", height)
f:SetScale(scale)

f:SetAttribute('_initialAttributeNames', '_onenter,_onleave,refreshUnitChange,_onstate-vehicleui')
f:SetAttribute('_initialAttribute-_onenter', [[
Expand Down

0 comments on commit c5ecf95

Please sign in to comment.