Skip to content

Commit

Permalink
Fix Glow/Border anchor_area lua error in Options
Browse files Browse the repository at this point in the history
  • Loading branch information
InfusOnWoW committed Jan 28, 2025
1 parent 124d7b5 commit 343f226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions WeakAurasOptions/SubRegionOptions/Border.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ local function createOptions(parentData, data, index, subIndex)
anchor_area = {
type = "select",
width = WeakAuras.normalWidth,
control = "WeakAurasTwoColumnDropdown",
name = L["Border Anchor"],
order = 7,
values = areaAnchors,
Expand Down
1 change: 1 addition & 0 deletions WeakAurasOptions/SubRegionOptions/Glow.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ local function createOptions(parentData, data, index, subIndex)
anchor_area = {
type = "select",
width = WeakAuras.normalWidth,
control = "WeakAurasTwoColumnDropdown",
name = L["Glow Anchor"],
order = 3,
values = areaAnchors,
Expand Down

0 comments on commit 343f226

Please sign in to comment.