modified custom draw code to fully draw the items using a font with encoding differen...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 14 Feb 2006 03:49:20 +0000 (03:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 14 Feb 2006 03:49:20 +0000 (03:49 +0000)
commite6b1317b7903e4802f4bab2b7540600340361061
tree5507efa61f5a410e0781afea20c4b4605195cf27
parent4077791b7f40b8a1217ac3917e24a7b3b7b28b27
modified custom draw code to fully draw the items using a font with encoding different from the system one as the native list control ignores the font encoding; seems to finally work somehow but there is still horrible flicker as the items seem to be redrawn on every mouse move over them, no idea how to avoid this

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/listctrl.h
src/msw/listctrl.cpp