From 03cb1f01db5058e4f4886f64c65492dee26f641c Mon Sep 17 00:00:00 2001 From: urnati Date: Thu, 11 Oct 2018 21:53:01 -0400 Subject: [PATCH] - Updated Location to remove error on change of show / hide location on minimap --- TitanLocation/TitanLocation.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TitanLocation/TitanLocation.lua b/TitanLocation/TitanLocation.lua index 3550e29..9189595 100755 --- a/TitanLocation/TitanLocation.lua +++ b/TitanLocation/TitanLocation.lua @@ -427,7 +427,7 @@ function TitanPanelLocationButton_LocOnMiniMap() MiniMapWorldMapButton:Hide() end -- adjust MiniMap frame if needed - TitanMovableFrame_MoveFrames(1, TitanPanelGetVar("ScreenAdjust")); + TitanPanel_AdjustFrames(); end -- ************************************************************************** -- 1.7.9.5