Fix wrong in wxListCtrl::SetItemColumnImage() in r74716.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 10 Sep 2013 12:12:52 +0000 (12:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 10 Sep 2013 12:12:52 +0000 (12:12 +0000)
commiteb6b14dc71402c42e0474779bfcd6e878383071e
tree13c880aebd557ba922cc71a4e3943242f9a79975
parentf83a9705cd1c82b7aad030890b7f88748b0e6101
Fix wrong in wxListCtrl::SetItemColumnImage() in r74716.

The check for "image == -1" was added to a wrong line.

See #15421.

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