fix 'sizeIsSpatiumDependent' flag on import from 2.x scores

This commit is contained in:
ws 2018-10-29 10:13:39 +01:00
parent 64d36533ad
commit a31736d7b7

View file

@ -337,7 +337,7 @@ void readTextStyle206(MStyle* style, XmlReader& e)
{
QString family = "FreeSerif";
double size = 10;
bool sizeIsSpatiumDependent = true;
bool sizeIsSpatiumDependent = false;
bool bold = false;
bool italic = false;
bool underline = false;