commit
550b62013c
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue