"Ian Bartholomew" <
[hidden email]> wrote in message
news:
[hidden email]...
> I've just come across the following. Evaluate -
>
> l := ListPresenter show: 'Enhanced list view'.
> l view primaryColumn alignment: #center.
> l list: #(1 2 3 4 5).
>
> and resort the list using the column header. I assume realigning is
> intentional (?) ....
No, its a bug. The addition of the flags for the column header icon is
overwriting the alignment flags. Thanks for the report (#838)
Regards
Blair