From 4896a8a8cdce0a6da8379b3ee167773c97fc7131 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 21 Mar 2017 16:38:44 +0100 Subject: spline-widget: no-op as minimal diff --- spline-widget/spline.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'spline-widget/spline.cpp') diff --git a/spline-widget/spline.cpp b/spline-widget/spline.cpp index 8d7159ee..9faf6647 100644 --- a/spline-widget/spline.cpp +++ b/spline-widget/spline.cpp @@ -386,7 +386,8 @@ void spline::recompute() { QMutexLocker foo(&_mutex); - QList list = s->points; + //QList list = s->points; + QList list; // storing to s->points fires bundle::changed and that leads to an infinite loop // only store if we can't help it -- cgit v1.2.3