http://bugs.winehq.org/show_bug.cgi?id=10224
Summary: Property Sheet Buttons are not repositioned when sheet is resized Product: Wine Version: CVS/GIT Platform: Other URL: http://www.pulsen.se/ OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: wine-comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: peter@cendio.se
This bug was initially reported on the wine-devel mailing list, using subject "Misplaced Property Sheet buttons". When using the "Magna Cura" application, but buttons on property sheets are not properly placed. The screenshot http://www.cendio.com/~astrand/wine/62-tab-size/unpatched.png demonstrates the problem: The buttons are only partially visible. It turns out that the parent window for the Buttons changes size several times. The height is:
228 95 466 436 450
The PROPSHEET_AdjustButtons function, however, is only called in WM_INITDIALOG, so the buttons are positioned based on the height 466, and never repositioned.