Skip to content

Commit

Permalink
Update button configuration when zoom setting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Oct 26, 2022
1 parent 481b7c9 commit 610ddd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ButtonBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ end

function ButtonBar:SetZoom(zoom)
self.config.skin.Zoom = zoom
self:UpdateButtonConfig()
self:UpdateButtonLayout()
end

Expand Down

0 comments on commit 610ddd4

Please sign in to comment.