aboutsummaryrefslogtreecommitdiffstats
path: root/softwarecontext/context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'softwarecontext/context.cpp')
-rw-r--r--softwarecontext/context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/softwarecontext/context.cpp b/softwarecontext/context.cpp
index 1a8b07b1b4..6b72bbfaad 100644
--- a/softwarecontext/context.cpp
+++ b/softwarecontext/context.cpp
@@ -190,7 +190,7 @@ QSGTexture *RenderContext::createTexture(const QImage &image) const
QSGTexture *RenderContext::createTextureNoAtlas(const QImage &image) const
{
- return QSGRenderContext::createTextureNoAtlas(image);
+ return new PixmapTexture(image);
}
QSGRenderer *RenderContext::createRenderer()