From: Julian Smart Date: Wed, 7 Mar 2012 12:21:20 +0000 (+0000) Subject: When SetSplitterLeft measures all pages, it should also set the splitter for all... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/26412151db13c86f9177eef882c961b80dab9004 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 --- diff --git a/src/propgrid/manager.cpp b/src/propgrid/manager.cpp index 2030ec2ea3..c9252f2172 100644 --- a/src/propgrid/manager.cpp +++ b/src/propgrid/manager.cpp @@ -1821,7 +1821,7 @@ void wxPropertyGridManager::SetSplitterLeft( bool subProps, bool allPages ) } if ( highest > 0 ) - m_pPropGrid->SetSplitterPosition( highest ); + SetSplitterPosition( highest ); } #if wxUSE_HEADERCTRL