From 2af0c7640f1f88218d4d8aa79c65b19469a5c6d7 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Thu, 23 Jul 2009 07:52:42 +0000 Subject: [PATCH] Toggle frames with vehicle state --- PerfectRaid.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PerfectRaid.lua b/PerfectRaid.lua index c896d81..a5cb66a 100644 --- a/PerfectRaid.lua +++ b/PerfectRaid.lua @@ -558,6 +558,9 @@ function PerfectRaid.ConfigureButton(button) button:SetAttribute("initial-width", 225) button:SetAttribute("initial-height", 14) + -- Change with vehicle state: + button:SetAttribute("toggleForVehicle", true) + if self.db.profile.clickcast then ClickCastFrames[button] = true end -- 1.7.9.5