aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/declarative/items/qquickimage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/items/qquickimage.cpp b/src/declarative/items/qquickimage.cpp
index 5f706aceb3..598d6bef48 100644
--- a/src/declarative/items/qquickimage.cpp
+++ b/src/declarative/items/qquickimage.cpp
@@ -550,6 +550,7 @@ QSGTextureProvider *QQuickImage::textureProvider() const
"Cannot be used outside the GUI thread");
QQuickImagePrivate *dd = const_cast<QQuickImagePrivate *>(d);
dd->provider = new QQuickImageTextureProvider;
+ dd->provider->m_smooth = d->smooth;
dd->provider->m_texture = d->pix.texture(d->sceneGraphContext());
}