From 38a5054abd524774e460546bd0b86e5b8898d944 Mon Sep 17 00:00:00 2001 From: HonorGoG Date: Fri, 18 Jan 2019 23:55:40 -0800 Subject: [PATCH] - TitanLocation: Yet another attempt to get data to appear within the MinimapBorderTop frame properly. --- TitanLocation/TitanLocation.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TitanLocation/TitanLocation.lua b/TitanLocation/TitanLocation.lua index 443b02e..137af5b 100755 --- a/TitanLocation/TitanLocation.lua +++ b/TitanLocation/TitanLocation.lua @@ -199,6 +199,10 @@ function TitanPanelLocationButton_OnEvent(self, event, ...) TitanPanelLocationButton_UpdateZoneInfo(self); TitanPanelPluginHandle_OnUpdate(updateTable); TitanPanelLocation_HandleUpdater(); + if TitanGetVar(TITAN_LOCATION_ID, "ShowLocOnMiniMap") and MinimapBorderTop:IsShown() then + if not MinimapZoneTextButton:IsShown() then MinimapZoneTextButton:Show() end + if not MiniMapWorldMapButton:IsShown() then MiniMapWorldMapButton:Show() end + end end -- function to throttle down unnecessary updates -- 1.7.9.5