Track widths and via sizes are in mils.

Fixes: lp:1792748
* https://bugs.launchpad.net/kicad/+bug/1792748
This commit is contained in:
Jeff Young 2018-09-15 22:45:20 +01:00
parent e45afdb912
commit 2b634004ee
1 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ DIALOG_TRACK_VIA_PROPERTIES::DIALOG_TRACK_VIA_PROPERTIES( PCB_BASE_FRAME* aParen
if( m_vias )
{
m_DesignRuleViasUnit->SetLabel( GetAbbreviatedUnitsLabel( m_units ) );
m_DesignRuleViasUnit->SetLabel( GetAbbreviatedUnitsLabel( m_units, true ) );
int viaSelection = wxNOT_FOUND;
@ -251,7 +251,7 @@ DIALOG_TRACK_VIA_PROPERTIES::DIALOG_TRACK_VIA_PROPERTIES( PCB_BASE_FRAME* aParen
if( m_tracks )
{
m_DesignRuleWidthsUnits->SetLabel( GetAbbreviatedUnitsLabel( m_units ) );
m_DesignRuleWidthsUnits->SetLabel( GetAbbreviatedUnitsLabel( m_units, true ) );
int widthSelection = wxNOT_FOUND;