This commit is contained in:
itsmattkc
2018-06-20 16:21:17 -07:00
parent 22033d74df
commit cdf5d76f58
4 changed files with 50 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ void PanEffect::load(QXmlStreamReader *stream) {
stream->readNext();
if (stream->isStartElement() && stream->name() == "pan") {
stream->readNext();
pan_val->set_value(stream->text().toInt());
pan_val->set_value(stream->text().toFloat());
}
}
}