pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Simplify progress bar theme management

Open jecisc opened this issue 1 year ago • 1 comments

The theme management of the progress bar is a little messy because it gives a progress bar parameter that is never used. And some methods have "style" in the name but they should return colors.

Here is a pass to simplify this. I'll then do a next step to ensure that Spec is using those methods to theme the progress bars in Spec because this is not the case currently

jecisc avatar Oct 17 '24 15:10 jecisc

again a segmenation fault on loading, but another package (was before when loading spec, now on newtools). I opened https://github.com/pharo-project/pharo/issues/17286

MarcusDenker avatar Oct 18 '24 07:10 MarcusDenker