diff --git a/eeschema/fields_grid_table.cpp b/eeschema/fields_grid_table.cpp index 5a3ed040eb..3f0cac1830 100644 --- a/eeschema/fields_grid_table.cpp +++ b/eeschema/fields_grid_table.cpp @@ -505,8 +505,8 @@ void FIELDS_GRID_TABLE::SetValue( int aRow, int aCol, const wxString &aValue break; case FDC_TEXT_SIZE: - field.SetTextSize( wxSize( ValueFromString( m_userUnits, aValue ), - ValueFromString( m_userUnits, aValue ) ) ); + field.SetTextSize( wxSize( ValueFromString( m_userUnits, aValue, true ), + ValueFromString( m_userUnits, aValue, true ) ) ); break; case FDC_ORIENTATION: