Merge pull request !54 from likehomedream/my-devel
This commit is contained in:
likehomedream 2023-11-21 07:36:42 +00:00 committed by Gitee
commit 550b62013c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 6 additions and 6 deletions

View File

@ -422,16 +422,16 @@ void ImageWidget::updateIcon(const QString& widgetName, const QString& newFilePa
// 设置新的位图的位置为旧位置
newPixmapItem->setPos(oldPosition);
}
}else {
qDebug() << "Failed to load image:" << newFilePath;
}
g_themeChange = true;
} else {
}else {
qDebug() << "Failed to load image:" << newFilePath;
}
return;
g_themeChange = true;
} else {
qDebug() << "Failed to load image:" << newFilePath;
}
return;
}
}
/**