summaryrefslogtreecommitdiffstats
path: root/src/graphicsitems/qxpaintitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphicsitems/qxpaintitem.cpp')
-rw-r--r--src/graphicsitems/qxpaintitem.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphicsitems/qxpaintitem.cpp b/src/graphicsitems/qxpaintitem.cpp
index c42699e..fa6e7d6 100644
--- a/src/graphicsitems/qxpaintitem.cpp
+++ b/src/graphicsitems/qxpaintitem.cpp
@@ -141,6 +141,7 @@ void QxPaintItem::smoothChange(bool newSmooth, bool oldSmooth)
{
Q_D(QxPaintItem);
if (newSmooth != oldSmooth) {
+ d->m_node.setSmoothPainting(newSmooth);
d->m_node.setLinearFiltering(newSmooth);
update();
}