Skip to content

Commit

Permalink
Make StopMotion sub elements's color work
Browse files Browse the repository at this point in the history
Fixes: #5615
  • Loading branch information
InfusOnWoW committed Jan 14, 2025
1 parent 6cc571c commit caad6ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WeakAuras/SubRegionTypes/StopMotion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ local function modify(parent, region, parentData, data, first)
customFrameHeight = data.customFrameHeight,
})

region.stopMotion:SetColor(unpack(data.stopmotionColor))

Private.regionPrototype.AddMinMaxProgressSource(true, region, parentData, data)

region.FrameTick = nil
Expand Down

0 comments on commit caad6ed

Please sign in to comment.