Is this supposed to change a list background color to red in Pharo?
ListModel new
items: (1 to: 10);
color: Color red;
openWithSpec.
Because it's always white no matter what, nothing happens.
Is this supposed to change a list background color to red in Pharo?
ListModel new
items: (1 to: 10);
color: Color red;
openWithSpec.
Because it's always white no matter what, nothing happens.
Nicolai Hess proposed this workaround on the Pharo Dev list: