Skip to content

Commit

Permalink
Override the SetPassThroughButtons on the data provider, to hopefully…
Browse files Browse the repository at this point in the history
… stop lua errors
  • Loading branch information
GurliGebis committed Aug 25, 2024
1 parent ccac260 commit cc22fbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.43.3

* Override the SetPassThroughButtons on the data provider, to hopefully stop lua errors.

## v0.43.2

* Optimize filter button position to allow for more filter buttons before clipping into text.
Expand Down
2 changes: 2 additions & 0 deletions QuestFrame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1262,6 +1262,8 @@ function Mod:Blizzard_WorldMap()
if dp.AddWorldQuest and dp.AddWorldQuest == WorldMap_WorldQuestDataProviderMixin.AddWorldQuest then
dataProvider = dp

dataProvider.SetPassThroughButtons = function() end

dataProvider.ShouldShowQuest = WorldMap_WorldQuestDataProviderMixin_ShouldShowQuest
end
end
Expand Down

0 comments on commit cc22fbf

Please sign in to comment.