http://bugs.winehq.org/show_bug.cgi?id=4422
Summary: Items in a list box are not redrawn if tab stops are set Product: Wine Version: 0.9.6. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-user AssignedTo: wine-bugs@winehq.org ReportedBy: raimonds.praude@sets.lv
If the list box style includes LB_USETABSTOPS flag and the current tab stops values are modified, existing items in the list box are not invalidated (i.e., not automatically redrawn). The old items remain with the "old" tabstops, while the new items appear with the new ones. In Windows all item appearances are refreshed.