Skip to content

Commit

Permalink
revert ad38f0b
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Aug 22, 2014
1 parent 7ccbeb1 commit dd9373b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions libmscore/line.cpp
Expand Up @@ -777,11 +777,8 @@ bool SLine::readProperties(XmlReader& e)
{
const QStringRef& tag(e.name());

if (tag == "tick2") { // obsolete
if (tick() == -1) // not necessarily set (for first note of score?) #30151
setTick(0);
if (tag == "tick2") // obsolete
setTick2(e.readInt());
}
else if (tag == "tick") // obsolete
setTick(e.readInt());
else if (tag == "ticks")
Expand Down

0 comments on commit dd9373b

Please sign in to comment.