Quantcast

- Updated Location to remove error on change of show / hide location on minimap

urnati [10-12-18 - 01:53]
- Updated Location to remove error on change of show / hide location on minimap
Filename
TitanLocation/TitanLocation.lua
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

 -- **************************************************************************