fix typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1262,7 +1262,7 @@ void wxAuiManager::MaximizePane(wxAuiPaneInfo& pane_info)
|
||||
for (i = 0, pane_count = m_panes.GetCount(); i < pane_count; ++i)
|
||||
{
|
||||
wxAuiPaneInfo& p = m_panes.Item(i);
|
||||
if (!p.IsToolbar() && !p.IsFloating()))
|
||||
if (!p.IsToolbar() && !p.IsFloating())
|
||||
{
|
||||
p.Restore();
|
||||
|
||||
|
Reference in New Issue
Block a user