Don't reset wxTLW::m_iconized when hiding the window in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 9 Aug 2011 15:46:28 +0000 (15:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 9 Aug 2011 15:46:28 +0000 (15:46 +0000)
commitaf9c02ce209c78a17bedf18ba8a4f955e70a8fd2
treeff38bbfb76364eb23de29326711b186ab6264676
parenteceb6af1586b7ec760bcbc1aca01ca59e4cd1711
Don't reset wxTLW::m_iconized when hiding the window in wxMSW.

Calling Hide() on an iconized window wrongly reset its m_iconized flag but
hiding the window shouldn't affect it.

Closes #13373.

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