Fix a minor bug I created in rev 6332 in dialog_design_rules.cpp (a line of code removed by accident).

This commit is contained in:
jean-pierre charras 2015-11-29 16:17:47 +01:00
parent 19e06f13fc
commit 7f49fc9a03
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ void DIALOG_DESIGN_RULES::InitDimensionsLists()
// Fill cells with actual values:
m_gridViaSizeList->SetCellValue( 0, 0, wxEmptyString );
m_gridViaSizeList->SetCellValue( 0, 1, wxEmptyString );
m_gridTrackWidthList->SetCellValue( 0, 0, wxEmptyString );
// Give a correct size to row labels column
m_gridViaSizeList->SetRowLabelSize( wxGRID_AUTOSIZE );