Skip to content

Commit

Permalink
Updates to the WorldMap
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Jan 8, 2025
1 parent fe52eed commit dd767d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion ElvUI/Mainline/Modules/Skins/Quest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ function S:QuestInfo_Display(parentFrame) -- self is template, not S
_G.QuestInfoQuestType:SetTextColor(1, 1, 1)
_G.QuestInfoRewardsFrame.ItemChooseText:SetTextColor(1, 1, 1)
_G.QuestInfoRewardsFrame.ItemReceiveText:SetTextColor(1, 1, 1)
_G.QuestInfoAccountCompletedNotice:SetTextColor(0, 0.9, 0.6)

if _G.QuestInfoRewardsFrame.SpellLearnText then
_G.QuestInfoRewardsFrame.SpellLearnText:SetTextColor(1, 1, 1)
Expand Down
10 changes: 8 additions & 2 deletions ElvUI/Mainline/Modules/Skins/WorldMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ function S:WorldMapFrame()
hooksecurefunc('QuestLogQuests_Update', QuestLogQuests)

local MapLegend = QuestMapFrame.MapLegend
S:HandleButton(MapLegend.BackButton)
MapLegend.TitleText:FontTemplate(nil, 16)
MapLegend.BorderFrame:SetAlpha(0)

Expand All @@ -259,7 +258,14 @@ function S:WorldMapFrame()
S:HandleTrimScrollBar(MapLegendScroll.ScrollBar)

-- 11.1 Stuff

local EventsFrame = QuestMapFrame.EventsFrame
EventsFrame.TitleText:FontTemplate(nil, 16)
EventsFrame.BorderFrame:SetAlpha(0)

local EventsFrameScroll = EventsFrame.ScrollBox
EventsFrameScroll:StripTextures()
EventsFrameScroll:SetTemplate()
S:HandleTrimScrollBar(EventsFrame.ScrollBar)
end

S:AddCallback('WorldMapFrame')

0 comments on commit dd767d2

Please sign in to comment.