Don't use any icon for items inserted without one in wxMSW wxListCtrl.
Previously we erroneously used the first icon in the image list for them instead. This was inconsistent with wxGTK and didn't make much sense, even if it is the default behaviour of the native control, so don't do this any more and explicitly specify I_IMAGENONE for the icon if it wasn't given. Closes #15421. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -576,6 +576,7 @@ wxMSW:
|
||||
|
||||
- It is now possible to tab into radio boxes again.
|
||||
- Fix launching some types of files under Windows 7 and later (Steven Houchins).
|
||||
- Don't use an icon for items inserted without one into wxListCtrl (Chuddah).
|
||||
|
||||
wxOSX:
|
||||
|
||||
|
Reference in New Issue
Block a user