fix importing stem length from old versions
This commit is contained in:
parent
0cd8973b68
commit
5b7485cfe0
1 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,8 @@ void Stem::read(const QDomElement& de)
|
|||
else if (!Element::readProperties(e))
|
||||
domError(e);
|
||||
}
|
||||
if (_userLen < 0.0)
|
||||
_userLen = -_userLen;
|
||||
}
|
||||
|
||||
//---------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue