Restore default WM_ERASEBKGND handling for wxMDIParentFrame.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Jan 2010 17:57:52 +0000 (17:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Jan 2010 17:57:52 +0000 (17:57 +0000)
commit4f42c05a1a956878cb6ef28c9faabbf801361e6d
tree2dc92539f5552fffbd8e8cc405c12885240ed6d0
parentccd4e1bc1ecec7e1db3b40a73601ad265aaec12f
Restore default WM_ERASEBKGND handling for wxMDIParentFrame.

We pretended that we erased the background ourselves but actually we did not.
Just let DefWindowProc() do whatever it does by default to fix the problem
with wrong toolbar background colour since r62971.

Also removed the unused and unneeded WM_SIZE handler as well.

Closes #11607.

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