Fixed wxPropertyGridPage::DoSetSplitterPosition() infinite recursion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -166,13 +166,6 @@ protected:
|
||||
bool allPages = false,
|
||||
bool fromAutoCenter = false );
|
||||
|
||||
/** Propagate to other pages.
|
||||
*/
|
||||
void DoSetSplitterPositionThisPage( int pos, int splitterColumn = 0 )
|
||||
{
|
||||
wxPropertyGridPageState::DoSetSplitterPosition( pos, splitterColumn );
|
||||
}
|
||||
|
||||
/** Page label (may be referred as name in some parts of documentation).
|
||||
Can be set in constructor, or passed in
|
||||
wxPropertyGridManager::AddPage(), but *not* in both.
|
||||
|
Reference in New Issue
Block a user