]> git.saurik.com Git - wxWidgets.git/commit
Fix restoring of wxAuiManager::m_has_maximized when restoring perspective.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 May 2011 14:18:17 +0000 (14:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 May 2011 14:18:17 +0000 (14:18 +0000)
commit55908cf0960e2478a95c8d7ef404d5dde893ba1f
treea708b7e9973323b66368eb169c3291df6232aa83
parent026c6eff708c867efe9eca35e41bf82b58ba1c1a
Fix restoring of wxAuiManager::m_has_maximized when restoring perspective.

If the perspective being loaded contains a maximized pane, set the
m_has_maximized flag to true. Otherwise the flag and the effective pane state
was out of sync resulting in several problems in the UI behaviour.

Closes #12527.

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