From 133979be35b089ff982925b22c527ae873e615dc Mon Sep 17 00:00:00 2001 From: HonorGoG Date: Tue, 20 Feb 2018 20:41:51 -0800 Subject: [PATCH] - Removed test hooksecurefunc as it was breaking Titan Panel. --- Titan/TitanMovable.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Titan/TitanMovable.lua b/Titan/TitanMovable.lua index 5fc3511..fabf983 100644 --- a/Titan/TitanMovable.lua +++ b/Titan/TitanMovable.lua @@ -34,7 +34,7 @@ local TitanPanelAce = LibStub("AceAddon-3.0"):NewAddon("TitanPanel", "AceHook-3. -- menuBarTop = 75; --end ---From Resike to prevent tainting stuff to override the SetPoint calls securely. +--[[From Resike to prevent tainting stuff to override the SetPoint calls securely. hooksecurefunc(FrameRef, "SetPoint", function(self) if self.moving then return @@ -47,6 +47,7 @@ hooksecurefunc(FrameRef, "SetPoint", function(self) self:SetMovable(false) self.moving = nil end) +--]] --[[ Titan TitanMovable is a local table that is cleared then filled with the frames Titan needs to check and adjust, if necessary, with each 'adjust frame' check. -- 1.7.9.5