http://bugs.winehq.org/show_bug.cgi?id=59785 Bug ID: 59785 Summary: Edit control's text alignment is frozen at runtime. Product: Wine Version: 11.7 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@list.winehq.org Reporter: kyle.kcsoftwares@gmail.com Distribution: --- The edit control's text alignment (ES_CENTER, ES_RIGHT, ES_LEFT)) can't be changed at runtime like in Windows. Guilty function is EDIT_WM_StyleChanged where style_change_mask = ES_UPPERCASE | ES_LOWERCASE | ES_NUMBER; should be changed by style_change_mask = ES_UPPERCASE | ES_LOWERCASE | ES_NUMBER | ES_LEFT | ES_RIGHT | ES_CENTER; Test application available here https://jira.reactos.org/browse/CORE-20631 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.