You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scrollbar colours on Win/Linux appear slightly different than the Swing versions, even though our styling seem to be correctly set up. We should look into it, but it's not super important as it's a very small difference, difficult to notice
The current structure is a bit convoluted, with macOS and Windows/Linux both sharing ScrollbarVisibilities even tho on Win/Linux you really can't change that, and the scrollbars across OSes behaving and looking fairly differently.
We could consider creating separate implementations for Mac, and Win/Linux, with separate styling if need be. This would make things easier in some places, but harder in others.
Some thoughts:
ScrollbarVisibility
types, tooThe text was updated successfully, but these errors were encountered: