comparison gui.lua @ 107:35b55c6f5551

Cleanups and reminders to myself.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Mon, 06 Aug 2012 13:14:38 -0400
parents 04198c8d0717
children 04ccd12c2a41
comparison
equal deleted inserted replaced
106:095ee38508e8 107:35b55c6f5551
120 gui.markup = _markup -- too useful to keep local 120 gui.markup = _markup -- too useful to keep local
121 end 121 end
122 122
123 -- Working around this bug: 123 -- Working around this bug:
124 -- http://forums.wowace.com/showpost.php?p=295202&postcount=31 124 -- http://forums.wowace.com/showpost.php?p=295202&postcount=31
125 do 125 if false then -- no longer needed?
126 local function fix_frame_level (level, ...) 126 local function fix_frame_level (level, ...)
127 for i = 1, select("#", ...) do 127 for i = 1, select("#", ...) do
128 local button = select(i, ...) 128 local button = select(i, ...)
129 button:SetFrameLevel(level) 129 button:SetFrameLevel(level)
130 end 130 end