diff --git a/src/scripting/thumbnailitem.cpp b/src/scripting/thumbnailitem.cpp index f1fcc90bae..3d794cb593 100644 --- a/src/scripting/thumbnailitem.cpp +++ b/src/scripting/thumbnailitem.cpp @@ -229,6 +229,7 @@ QSGNode *ThumbnailItemBase::updatePaintNode(QSGNode *oldNode, QQuickItem::Update QSGImageNode *node = static_cast(oldNode); if (!node) { node = window()->createImageNode(); + node->setFiltering(QSGTexture::Linear); } node->setTexture(m_provider->texture());