- Removed test hooksecurefunc as it was breaking Titan Panel.
HonorGoG [02-21-18 - 04:41]
- Removed test hooksecurefunc as it was breaking Titan Panel.
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.