SetBackgroundColour() call is now done after the window is created, not before
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Aug 1998 21:42:39 +0000 (21:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Aug 1998 21:42:39 +0000 (21:42 +0000)
commitf83528074b280304e9a73d0e93057db8f4f2ee8c
tree294cdd6678c4a10031a13f78fd2c4dd84aacc94d
parenta781a38247a4e75c8c09d32e02161c72b6f029f0
SetBackgroundColour() call is now done after the window is created, not before
(in which case ListCtrl_SetBkColor fails because it's called with HWND = 0)

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