X2CommunityCore/X2CommunityPromotionScreen

Scrollbar gets offset to the right in windowed screen mode

Iridar opened this issue · 5 comments

Scrollbar gets offset to the right in windowed screen mode

This should be done after #13

I just read this comment in one of @kdm2k6's PRs:

// KDM : When the scrollbar was anchored, it would move around when switching from 'fullscreen' mode
// to 'windowed' mode. Consequently, anchoring has been removed, and its X location has been updated
// so that it remains on the right side of the promotion screen.

Is that what this issue is about?

Sounds pretty close, yeah

I think we just implement this based on the fix in #13 rather than waiting on that issue

I don't mind, but the scrollbar was also bugged in the opposite direction in both windowed and fullscreen when I checked out #13's code.