1. wxWizard appears in the centre of the screen by default
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Feb 2000 01:08:51 +0000 (01:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Feb 2000 01:08:51 +0000 (01:08 +0000)
commit91b4c08d6f5ceb50e1fab3d9b6477dd8c0d54a20
tree87a18981b0d2c80ce0a2d5fe30910354bec67011
parent11f26ea0e21667bb9ffe53964651e5133c8ded6e
1. wxWizard appears in the centre of the screen by default
2. the selected brush isn't damaged any more by DrawBitmap()
3. corrected confusion between current and bg brush in DrawBitmap()
4. added wxGetColourFromUser() (to match wxGetTextFromUser() &c)
5. mem leak/crash in wxListCtrl on mode change fixed
6. wxListCtrl::Set{Fore|Back}groundColour() work as expected now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/colordlg.h
include/wx/msw/listctrl.h
src/common/utilscmn.cpp
src/generic/wizard.cpp
src/msw/dc.cpp
src/msw/listctrl.cpp