Quantcast

Elvui part of screen problem fix ?

Mikeprod [06-05-17 - 13:54]
Elvui part of screen problem fix ?
Filename
core.lua
diff --git a/core.lua b/core.lua
index e186a25..2b8598a 100644
--- a/core.lua
+++ b/core.lua
@@ -198,6 +198,10 @@ function XIVBar:CreateMainBar()
         self:RegisterFrame('bar', CreateFrame("FRAME", "XIV_Databar", UIParent))
         self.frames.bgTexture = self.frames.bgTexture or self.frames.bar:CreateTexture(nil, "BACKGROUND")
     end
+	if IsAddOnLoaded("ElvUI") or IsAddOnLoaded("Tukui") then
+		MinimapCluster:ClearAllPoints()
+		MinimapCluster:SetAllPoints(Minimap)
+	end
 end

 function XIVBar:HideBarEvent()