Browse Source

Replace accidental delete of ExpandNode calls.

7.0
Jeff Young 4 years ago
parent
commit
6f52edd618
  1. 3
      pcbnew/dialogs/dialog_board_setup.cpp

3
pcbnew/dialogs/dialog_board_setup.cpp

@ -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();

Loading…
Cancel
Save