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:
parent
19e06f13fc
commit
7f49fc9a03
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue