Mercurial > wow > reaction
diff classes/Bar.lua @ 123:943eed2c7def
Fixes for new ActionButton implementation
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Mon, 23 Feb 2009 19:41:11 +0000 |
parents | a2d2f23137c8 |
children | a7f18adee694 |
line wrap: on
line diff
--- a/classes/Bar.lua Mon Feb 23 18:56:57 2009 +0000 +++ b/classes/Bar.lua Mon Feb 23 19:41:11 2009 +0000 @@ -77,6 +77,10 @@ f:ClearAllPoints() end +function Bar:GetConfig() + return self.config +end + function Bar:OnConfigModeChanged(event, mode) self:ShowControls(mode) -- Bar:ShowControls() defined in Overlay.lua end