aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/openglunderqml/squircle.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/openglunderqml/squircle.h')
-rw-r--r--examples/quick/openglunderqml/squircle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/openglunderqml/squircle.h b/examples/quick/openglunderqml/squircle.h
index 283131a662..9e7a03b75b 100644
--- a/examples/quick/openglunderqml/squircle.h
+++ b/examples/quick/openglunderqml/squircle.h
@@ -55,7 +55,7 @@ public:
Squircle();
qreal t() const { return m_t; }
- void setT(qreal t) { m_t = t; emit tChanged(); }
+ void setT(qreal t) { m_t = t; emit tChanged(); update(); }
void itemChange(ItemChange change, const ItemChangeData &);