Fix missing PERCENT handle in preview items
This commit is contained in:
parent
34e00bdb6d
commit
d65ad38e3f
|
@ -49,6 +49,10 @@ static wxString formatPreviewDimension( double aVal, EDA_UNITS_T aUnits )
|
|||
precision = 1; // 0.1deg
|
||||
break;
|
||||
|
||||
case PERCENT:
|
||||
precision = 1; // 0.1%
|
||||
break;
|
||||
|
||||
case UNSCALED_UNITS:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue