From 8418eb44760dd28ea6c667f0eb96a5643aeae58f Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 23 Sep 2018 09:07:36 +0000 Subject: fixed cover editor issues git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8355 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/coverviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmmpui/coverviewer.cpp') diff --git a/src/qmmpui/coverviewer.cpp b/src/qmmpui/coverviewer.cpp index bec263bf0..1b8306f8c 100644 --- a/src/qmmpui/coverviewer.cpp +++ b/src/qmmpui/coverviewer.cpp @@ -86,7 +86,7 @@ void CoverViewer::load() m_lastDir = QFileInfo(path).absoluteDir().path(); m_pixmap.load(path); if(m_pixmap.width() > 512) - m_pixmap = m_pixmap.scaled(512, 512, Qt::KeepAspectRatio); + m_pixmap = m_pixmap.scaled(512, 512, Qt::KeepAspectRatio, Qt::SmoothTransformation); } update(); } -- cgit v1.2.3-13-gbd6f