mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 02:33:15 +02:00
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
|
precision = 1; // 0.1deg
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case PERCENT:
|
||||||
|
precision = 1; // 0.1%
|
||||||
|
break;
|
||||||
|
|
||||||
case UNSCALED_UNITS:
|
case UNSCALED_UNITS:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user