Krappa322 / arcdps_healing_stats

An addon for ArcDPS that shows personal healing stats
MIT License
64 stars 10 forks source link

Relative window position doesn't handle negative X/Y values #20

Closed TheWhiteWolves closed 2 years ago

TheWhiteWolves commented 2 years ago

First just want to say thanks for adding the relative window positioning in 😄, now onto the bug

When entering a negative value for the X/Y value the positioning gets pushed to the side/top of the window instead of moving the number if pixels requested in the opposite direction, I've confirmed that base arc does this so its not that its not allowed on that side.

image

Krappa322 commented 2 years ago

That's an oopsie on my part, thanks for the report! :)

Fixed in 0b32c45d0e5e92548423dab06e7775c8f9145a7f

Krappa322 commented 2 years ago

Released 2.4rc1 https://github.com/Krappa322/arcdps_healing_stats/releases/tag/v2.4rc1 which should have this fixed