Merge branch 'dev' into ifcimporter
This commit is contained in:
commit
cc66895499
@ -96,6 +96,8 @@ OV.Sidebar = class
|
|||||||
minimumFractionDigits: 2,
|
minimumFractionDigits: 2,
|
||||||
maximumFractionDigits: 2
|
maximumFractionDigits: 2
|
||||||
});
|
});
|
||||||
|
} else if (property.type === OV.PropertyType.Boolean) {
|
||||||
|
valueText = property.value ? 'Yes' : 'No';
|
||||||
} else if (property.type === OV.PropertyType.Percent) {
|
} else if (property.type === OV.PropertyType.Percent) {
|
||||||
valueText = parseInt (property.value * 100, 10).toString () + '%';
|
valueText = parseInt (property.value * 100, 10).toString () + '%';
|
||||||
} else if (property.type === OV.PropertyType.Color) {
|
} else if (property.type === OV.PropertyType.Color) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user