http://bugs.winehq.org/show_bug.cgi?id=31645
Bug #: 31645 Summary: Invisible selection rectangle in ListView control Product: Wine Version: 1.5.12 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: djelinski1@gmail.com CC: julliard@winehq.org Classification: Unclassified Regression SHA1: 33ac850c80634c891b0c157bbffa612f70954a40
Created attachment 41606 --> http://bugs.winehq.org/attachment.cgi?id=41606 Sample delphi application (with source)
Hello, ListView component from common controls allows selecting multiple items by clicking on the background and dragging. A rectangle is drawn and every item in the rectangle gets selected. Since the commit specified in regression SHA1, the rectangle is no longer visible. Selection works normally.
The bug affects both builtin and native versions of comctl. I attached a sample Delphi 7 application that exhibits the problem.