mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-13 17:53:11 +02:00
Fix typo in pad table
This commit is contained in:
parent
c64f99c57a
commit
29025882fc
@ -226,8 +226,8 @@ void DIALOG_FP_EDIT_PAD_TABLE::Populate()
|
||||
m_grid->SetCellValue( row, COL_DRILL_Y, m_unitsProvider->StringFromValue( drill.y, true ) );
|
||||
}
|
||||
else
|
||||
m_grid->SetCellValue( row, COL_SIZE_X, m_unitsProvide
|
||||
{
|
||||
// For non-PTH pads, drill columns are not applicable.
|
||||
m_grid->SetReadOnly( row, COL_DRILL_X, true );
|
||||
m_grid->SetReadOnly( row, COL_DRILL_Y, true );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user