Mercurial > wow > reaction
diff modules/ConfigUI.lua @ 143:f823f2a5dcb1
fixed right-click opens bar editor
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Mon, 13 Apr 2009 21:39:52 +0000 |
parents | 29dacbecdb52 |
children | 8cc187143acd |
line wrap: on
line diff
--- a/modules/ConfigUI.lua Mon Apr 13 20:51:57 2009 +0000 +++ b/modules/ConfigUI.lua Mon Apr 13 21:39:52 2009 +0000 @@ -296,12 +296,10 @@ AceConfigReg:RegisterOptionsTable(editorName, options) function editor:Open(bar, ...) - if not frame:IsVisible() then - AceConfigDialog:Open(editorName,self) - end if bar then AceConfigDialog:SelectGroup(editorName, barOptMap[bar:GetName()], ...) end + AceConfigDialog:Open(editorName,self) end function editor:Refresh()