From 610ddd446b05540e112f7c3e44d22c51b8891acc Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Wed, 26 Oct 2022 17:33:31 +0200 Subject: [PATCH] Update button configuration when zoom setting changes --- ButtonBar.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ButtonBar.lua b/ButtonBar.lua index f8d103a..574abdd 100644 --- a/ButtonBar.lua +++ b/ButtonBar.lua @@ -85,6 +85,7 @@ end function ButtonBar:SetZoom(zoom) self.config.skin.Zoom = zoom + self:UpdateButtonConfig() self:UpdateButtonLayout() end