forked from len0rd/rockbox
after resizing the theme installation window don't use the scaled image for the real-size popup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14442 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1152a12d91
commit
0d2ce98a3f
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ void ThemesInstallWindow::resizeEvent(QResizeEvent* e)
|
|||
if(p.isNull()) return;
|
||||
q = p.scaled(img, Qt::KeepAspectRatio, Qt::SmoothTransformation);
|
||||
ui.themePreview->setScaledContents(false);
|
||||
ui.themePreview->setPixmap(q);
|
||||
ui.themePreview->setPixmap(p);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue