1. wxPaintDC reuse now seems to actually work instead of leading to mysterious
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 Jun 1999 11:32:32 +0000 (11:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 Jun 1999 11:32:32 +0000 (11:32 +0000)
commit3a5ffa81c1cdf446c3d79f6f4676f91092e1c0f5
treecb56566973ff833e0b1813b592dcb8b43bfef408
parent119143528d2ba3dc77ca533aece7982fdcb31bf5
1. wxPaintDC reuse now seems to actually work instead of leading to mysterious
   bugs (but I still don't know why should we have it at all)
2. wxMenuItem initializes m_bChecked variable - thanks Purify
3. don't try to delete the brush which couldn't be created in app.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/dcclient.h
src/msw/app.cpp
src/msw/dc.cpp
src/msw/dcclient.cpp
src/msw/menuitem.cpp