Merge branch 'master' of git.wowinterface.com:TitanPanel-571
HonorGoG [09-20-18 - 01:25]
Merge branch 'master' of git.wowinterface.com:TitanPanel-571
diff --git a/Titan/TitanMovable.lua b/Titan/TitanMovable.lua
index 78e05b1..14825b8 100755
--- a/Titan/TitanMovable.lua
+++ b/Titan/TitanMovable.lua
@@ -424,6 +424,12 @@ local function TitanMovableFrame_MoveFrames()
end
end
end
+--[[
+move_count = move_count + 1
+TitanPrint("Move "
+.." "..move_count
+)
+--]]
Titan_FCF_UpdateDockPosition(); -- chat
UpdateContainerFrameAnchors(); -- Move bags as needed
else
@@ -503,6 +509,7 @@ function TitanMovable_SecureFrames()
if not TitanPanelAce:IsHooked(TicketStatusFrame, "Show", TitanPanel_AdjustFrames) then
TitanPanelAce:SecureHook(TicketStatusFrame, "Show", TitanPanel_AdjustFrames) -- HelpFrame.xml
TitanPanelAce:SecureHook(TicketStatusFrame, "Hide", TitanPanel_AdjustFrames) -- HelpFrame.xml
+ TitanPanelAce:SecureHook("TargetFrame_Update", TitanPanel_AdjustFrames) -- TargetFrame.lua
TitanPanelAce:SecureHook(MainMenuBar, "Show", TitanPanel_AdjustFrames) -- HelpFrame.xml
TitanPanelAce:SecureHook(MainMenuBar, "Hide", TitanPanel_AdjustFrames) -- HelpFrame.xml
TitanPanelAce:SecureHook(OverrideActionBar, "Show", TitanPanel_AdjustFrames) -- HelpFrame.xml