When SetSplitterLeft measures all pages, it should also set the splitter for all pages.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2012-03-07 12:21:20 +00:00
parent 69f270e0f3
commit 26412151db

View File

@@ -1821,7 +1821,7 @@ void wxPropertyGridManager::SetSplitterLeft( bool subProps, bool allPages )
}
if ( highest > 0 )
m_pPropGrid->SetSplitterPosition( highest );
SetSplitterPosition( highest );
}
#if wxUSE_HEADERCTRL