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
I started to fill an issue on pharo tracker, but I guess this should get here instead.
Working with dark themes, I was bothered by the inspector. When several pages are opened, small white blocks show the offscreen pages. I looked at UITheme and subclasses to see if I could change that, but that’s baked in the code.
The initialization method already accesses the theme for the border color. Instead of Color white the method should use the theme background color.
The text was updated successfully, but these errors were encountered:
I started to fill an issue on pharo tracker, but I guess this should get here instead.
Working with dark themes, I was bothered by the inspector. When several pages are opened, small white blocks show the offscreen pages. I looked at UITheme and subclasses to see if I could change that, but that’s baked in the code.
The initialization method already accesses the theme for the border color. Instead of
Color white
the method should use the theme background color.The text was updated successfully, but these errors were encountered: