From 453bc125a199fe080eec1fea78c636c12ff6a715 Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Tue, 24 Mar 2015 22:45:00 +0100 Subject: [PATCH] Removed one more debug output Signed-off-by: Alar of Daggerspine --- Widgets.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Widgets.lua b/Widgets.lua index dbe4aa1..160afe2 100644 --- a/Widgets.lua +++ b/Widgets.lua @@ -300,7 +300,9 @@ local function GMCMissionButton() local m={} --#GMCMissionButton function m:OnAcquire() local frame=self.frame +--@debug@ print("Acquired button ",frame:GetName()) +--@end-debug@ frame.info=nil frame:SetHeight(self.type==Type1 and 80 or 80) frame:SetAlpha(1) @@ -356,7 +358,9 @@ local function GMCMissionButton() local function Constructor(type) unique=unique+1 local frame=CreateFrame("Button",type..unique,nil,"GarrisonMissionListButtonTemplate") --"GarrisonCommanderMissionListButtonTemplate") +--@debug@ print("Building button ",frame:GetName()) +--@end-debug@ frame.Title:SetFontObject("QuestFont_Shadow_Small") frame.Summary:SetFontObject("QuestFont_Shadow_Small") frame:SetScript("OnEnter",nil) -- 1.7.9.5