# HG changeset patch # User Zerotorescue # Date 1296932490 -3600 # Node ID 5d13830e8b0d6bb184add3a84e5c174b0b4c85f8 # Parent 0ea991d9093c4c301981cbc81e41aaa27921989e Queue window now closes on escape. diff -r 0ea991d9093c -r 5d13830e8b0d Frames.lua --- a/Frames.lua Sat Feb 05 19:36:35 2011 +0100 +++ b/Frames.lua Sat Feb 05 20:01:30 2011 +0100 @@ -259,6 +259,8 @@ -- Main window local frame = CreateFrame("Frame", "InventoriumQueuer", UIParent); + -- Close on escape + tinsert(UISpecialFrames, "InventoriumQueuer"); -- Hide by default frame:Hide(); -- Center the frame (will be adjusted later)