Skip to content

Commit 5ad2748

Browse files
committed
attempt to fix minimap icons being circle
1 parent 3ae2fd6 commit 5ad2748

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ElvUI/Core/Modules/Maps/Minimap.lua

-2
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,6 @@ function M:Initialize()
689689

690690
return
691691
else
692-
M:SetGetMinimapShape() -- this is just to support for other mods
693-
694692
local container = MinimapCluster.MinimapContainer
695693
if container then
696694
container:SetScale(1) -- Setting that could get set in Blizzard Edit Mode

ElvUI/Core/init.lua

+4
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,10 @@ function E:OnInitialize()
385385
E:UpdateMedia()
386386
E:InitializeInitialModules()
387387

388+
if E.private.general.minimap.enable then
389+
E.Minimap:SetGetMinimapShape() -- this is just to support for other mods, keep below UIMult
390+
end
391+
388392
if E:IsAddOnEnabled('Tukui') then
389393
E:StaticPopup_Show('TUKUI_ELVUI_INCOMPATIBLE')
390394
end

0 commit comments

Comments
 (0)