forked from len0rd/rockbox
Invalidate preview image cache when updating to prevent a resize event repainting the old image before the new image is downloaded.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20773 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c164b8651d
commit
29dbd8f317
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ void ThemesInstallWindow::updateDetails(QListWidgetItem* cur, QListWidgetItem* p
|
|||
.arg(cur->data(Qt::DisplayRole).toString()));
|
||||
ui.themePreview->clear();
|
||||
ui.themePreview->setText(tr("fetching preview ..."));
|
||||
imgData.clear();
|
||||
|
||||
iniDetails.beginGroup(cur->data(Qt::UserRole).toString());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue