Replace accidental delete of ExpandNode calls.

This commit is contained in:
Jeff Young 2022-01-03 22:49:04 +00:00
parent 3e373da8c2
commit 6f52edd618
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@ DIALOG_BOARD_SETUP::DIALOG_BOARD_SETUP( PCB_EDIT_FRAME* aFrame ) :
m_treebook->AddSubPage( m_rules, _( "Custom Rules" ) );
m_treebook->AddSubPage( m_severities, _( "Violation Severity" ) );
for( size_t i = 0; i < m_treebook->GetPageCount(); ++i )
m_treebook->ExpandNode( i );
m_treebook->SetMinSize( wxSize( -1, 480 ) );
finishDialogSettings();