Mercurial > wow > ouroloot
comparison gui.lua @ 108:04ccd12c2a41
Tweak 'fix history' output, disable UIDropDownMenu_CreateFrames fix.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Mon, 06 Aug 2012 14:57:14 -0400 |
parents | 35b55c6f5551 |
children | ce45011fab4c |
comparison
equal
deleted
inserted
replaced
107:35b55c6f5551 | 108:04ccd12c2a41 |
---|---|
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 if false then -- no longer needed? | 125 if false then -- XXX 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 |