fixing typo

This commit is contained in:
Chris Cochrun 2023-03-06 13:32:21 -06:00
parent 11d8ca366c
commit 0ce4964be0

View file

@ -132,7 +132,7 @@ void SlideObject::changeSlide(QVariantMap item, int index)
if (item.value("imageBackground").toString() != imageBackground()) if (item.value("imageBackground").toString() != imageBackground())
setImageBackground(item.value("imageBackground").toString()); setImageBackground(item.value("imageBackground").toString());
if (item.value("videoBackground").toString() != videoBackground()) { if (item.value("videoBackground").toString() != videoBackground()) {
qDebug() << "Setting VIDEOBACKGROUND to:" << item.value("videoBackgroundl").toString(); qDebug() << "Setting VIDEOBACKGROUND to:" << item.value("videoBackground").toString();
setVideoBackground(item.value("videoBackground").toString()); setVideoBackground(item.value("videoBackground").toString());
} }
if (item.value("verticalTextAlignment").toString() != verticalTextAlignment()) if (item.value("verticalTextAlignment").toString() != verticalTextAlignment())