1. fixed wxStaticBox background erasing (or, rather, restored the old bug)
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Nov 1999 01:19:46 +0000 (01:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Nov 1999 01:19:46 +0000 (01:19 +0000)
commit222594ead7a8ed85cb0c709850b2eed07fc3ac86
treed3e591a5385588deca5e2a8502acfe74e7be6567
parentba0e7d4111bc25b8d1d5914041b5d6a66fbd5085
1. fixed wxStaticBox background erasing (or, rather, restored the old bug)
2. fixed the mask code in wxBitmap(const wxIcon&) - now it really works (Win32)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/control.h
include/wx/msw/statbox.h
src/msw/bitmap.cpp
src/msw/control.cpp
src/msw/statbox.cpp