fix scope of QueueResize
(cherry picked from commit 3311c44376fbd920f41a3a2423d4d2da9a421833)
This commit is contained in:
@@ -1054,7 +1054,7 @@ local RunNextFrame = CreateFrame("Frame")
|
|||||||
local q = {}
|
local q = {}
|
||||||
RunNextFrame:Hide()
|
RunNextFrame:Hide()
|
||||||
|
|
||||||
function QueueResize(g)
|
local function QueueResize(g)
|
||||||
if not g then return end
|
if not g then return end
|
||||||
q[#q+1] = g
|
q[#q+1] = g
|
||||||
RunNextFrame:Show()
|
RunNextFrame:Show()
|
||||||
|
|||||||
Reference in New Issue
Block a user