Fix issues

This commit is contained in:
Martin Marmsoler
2020-10-07 08:05:01 +02:00
parent b958848194
commit a1cf3711a1
11 changed files with 55 additions and 57 deletions

View File

@@ -151,9 +151,6 @@ bool PartLine::fromXml(const QDomElement &qde) {
first_end = Qet::endTypeFromString(s);
first_length = 1.5;
second_length = 1.5;
if (propertyDouble(qde, "length1", &first_length) == PropertyFlags::NoValidConversion ||
propertyDouble(qde, "length2", &second_length) == PropertyFlags::NoValidConversion)
return false;