DelphinSoftware / vcl-styles-utils

Automatically exported from code.google.com/p/vcl-styles-utils
0 stars 0 forks source link

Icons of listview header are not drawn #113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

actually, this bug is a delphi embarcadero bug and they only want to fix it to 
XE7.

The issue is located in the TListViewStyleHook.DrawHeaderSection method, this 
method must paint the image and text of each section of the header of the 
ListView.

Is it possible to fix this bug in vcl-styles-utils?

Thanks,
ster

Original issue reported on code.google.com by sven.ter...@d-velop.de on 17 Mar 2015 at 4:53

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by Rodrigo.Ruz.V@gmail.com on 21 Mar 2015 at 2:40

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r308.

Original comment by Rodrigo.Ruz.V@gmail.com on 25 Mar 2015 at 3:58

GoogleCodeExporter commented 9 years ago
In order to apply the fix include the Vcl.Styles.Fixes unit to your project and 
register the TListViewStyleHookFix style hook like so

TStyleManager.Engine.RegisterStyleHook(TListView, TListViewStyleHookFix);

Original comment by Rodrigo.Ruz.V@gmail.com on 25 Mar 2015 at 4:00