http://bugs.winehq.org/show_bug.cgi?id=17502
Summary: Portal: Prelude 1.1.5 installer has improper placement of directory selection text Product: Wine Version: 1.1.15 Platform: PC URL: http://www.portalprelude.com/download.php#exe_1_1_5 OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: richedit AssignedTo: wine-bugs@winehq.org ReportedBy: arethusa26@gmail.com CC: dylan.ah.smith@gmail.com
Created an attachment (id=19602) --> (http://bugs.winehq.org/attachment.cgi?id=19602) Portal: Prelude 1.1.5 installer before revert
With today's Git (wine-1.1.15-221-g79cc416), the heading text in the directory selection phase of the Portal: Prelude 1.1.5 installer does not appear properly. The problem was identified as a regression:
1a3551b630eae2418692f21790fcc7fc973f5366 is first bad commit commit 1a3551b630eae2418692f21790fcc7fc973f5366 Author: Dylan Smith dylan.ah.smith@gmail.com Date: Mon Feb 2 01:32:20 2009 -0500
richedit: Use width from EM_SETTARGETDEVICE for wrapping.
The width for EM_SETTARGETDEVICE is used by some applications to set the wrapping width to a certain distance in twips. This can be used even though the target device is ignored.
:040000 040000 efbf63783320529c2de51eefdbaa1bde15bb209f a237f70a5fff488280157b2876c2f44b223185e5 M dlls
Reverting this commit in HEAD rectified the drawing issue.