pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
62 stars 65 forks source link

SpPaginatorPageMorph>>newContentMorph should use theme background #1645

Open terpon opened 1 week ago

terpon commented 1 week ago

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.