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:
@@ -1821,7 +1821,7 @@ void wxPropertyGridManager::SetSplitterLeft( bool subProps, bool allPages )
|
||||
}
|
||||
|
||||
if ( highest > 0 )
|
||||
m_pPropGrid->SetSplitterPosition( highest );
|
||||
SetSplitterPosition( highest );
|
||||
}
|
||||
|
||||
#if wxUSE_HEADERCTRL
|
||||
|
Reference in New Issue
Block a user