lezzthanthree / Needy-Streamer-Overload

Rainmeter Skins inspired by the visual novel, NEEDY STREAMER OVERLOAD (also known as NEEDY GIRL OVERDOSE).
MIT License
127 stars 18 forks source link

SideBars #16

Closed WildCardSys closed 5 months ago

WildCardSys commented 5 months ago

Every time i try to configure the social media pic with the arrows, the side bars warp, one to the next screen and the other to the opposite side from the original screen

lezzthanthree commented 5 months ago

I have replicated the problem and it did goes to the opposite side of the original screen. image

This is because it gets the screen width of the primary skin and sets the top-left coordinates there, causing the skin to move to the next screen. https://github.com/lezzthanthree/Needy-Streamer-Overload/blob/dde7b88e555e3c8f8f8b5af25585549cdd4f3041/Sidebars/Right/Sidebars.ini#L3

lezzthanthree commented 5 months ago

The bug has now been fixed by changing the anchoring to the top-right. https://github.com/lezzthanthree/Needy-Streamer-Overload/blob/1374bc332d046eeee33b4114660db61ed2847fe2/Sidebars/Right/Sidebars.ini#L3

Will be releasing a bug fix soon