From d8048408a5b5df0b07171145ab813b4cdf610a15 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Sun, 4 May 2008 10:35:25 +0000 Subject: [PATCH] add a reference to the real button into the button proxy object --- Button.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Button.lua b/Button.lua index 489fe1e..cd5cfbd 100644 --- a/Button.lua +++ b/Button.lua @@ -47,6 +47,7 @@ function Bartender4.Button:Create(id, parent) button.Proxy:SetHighlightTexture("") button.Proxy:SetCheckedTexture("") button.Proxy:Show() + button.Proxy.Secure = button local NormalTexture = button.Proxy:GetNormalTexture() NormalTexture:SetWidth(66)