diff --git a/backends/fake/parser.cpp b/backends/fake/parser.cpp --- a/backends/fake/parser.cpp +++ b/backends/fake/parser.cpp @@ -192,7 +192,7 @@ if (map.contains("scale")) { qDebug() << "Scale found:" << map["scale"].toReal(); output->setScale(map["scale"].toReal()); - map.remove(QLatin1Literal("size")); + map.remove(QLatin1Literal("scale")); } //Remove some extra properties that we do not want or need special treatment