parent
010d3957f0
commit
f9a5d67461
1 changed files with 5 additions and 2 deletions
|
@ -229,8 +229,11 @@ void Volta::read(XmlReader& e)
|
|||
setLineWidth(Spatium(e.readDouble()));
|
||||
lineWidthStyle = PropertyStyle::UNSTYLED;
|
||||
}
|
||||
else if (tag == "subtype") // obsolete
|
||||
e.readInt();
|
||||
else if (tag == "subtype") { // obsolete
|
||||
int st = e.readInt();
|
||||
if (st == 1)
|
||||
setEndHook(true);
|
||||
}
|
||||
else if (!TextLine::readProperties(e))
|
||||
e.unknown();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue