From 598c87bafacc85aeb34dd4257a453255b1af5589 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Wed, 20 Aug 2014 23:09:33 +0200 Subject: [PATCH] Hide the spec buttons on load so you don't have to hover over them twice the first time --- BonusRollPreview.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/BonusRollPreview.lua b/BonusRollPreview.lua index e084e5e..8226eb2 100644 --- a/BonusRollPreview.lua +++ b/BonusRollPreview.lua @@ -18,6 +18,7 @@ local Handle = CreateFrame('Button', 'BonusRollPreviewHandle', BonusRollFrame) local Hotspot = CreateFrame('Frame', nil, BonusRollFrame) local Buttons = CreateFrame('Frame', 'BonusRollPreviewSpecButtons', Hotspot) +Buttons:Hide() local function SpecButtonClick(self) SetLootSpecialization(self.specID) -- 1.7.9.5