Enable wxListCtrl in report mode to be able to use images in other
columns, if ComCtl32 >= 470. All it needed was to add the LVS_EX_SUBITEMIMAGES style, everything else was already in place, and the generic control already supports it too. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -73,6 +73,8 @@ wxMSW:
|
||||
to the link command.
|
||||
- wxStatusBar::GetFieldRect now returns correct values under XP.
|
||||
- wxStatusBar no longer corrupts surrounding windows on resize.
|
||||
- Enable wxListCtrl in report mode to be able to use images in other
|
||||
columns, if ComCtl32 >= 470.
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user