aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickrangeslider.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-12-14 15:50:32 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2017-12-15 09:27:44 +0000
commita03f18e026bb564237702cab477589b6916a0102 (patch)
treef891b97bb8cf8485f13e57d6540ba5b963855d59 /src/quicktemplates2/qquickrangeslider.cpp
parent4a077f719dff799a89b5f370dfc71a7bd14b0930 (diff)
Control: defer the execution of the background item
Task-number: QTBUG-50992 Change-Id: I6372e143c68f0a5bf7212d759281acef3c81618e Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickrangeslider.cpp')
-rw-r--r--src/quicktemplates2/qquickrangeslider.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickrangeslider.cpp b/src/quicktemplates2/qquickrangeslider.cpp
index 44c00f68..51b646ce 100644
--- a/src/quicktemplates2/qquickrangeslider.cpp
+++ b/src/quicktemplates2/qquickrangeslider.cpp
@@ -1084,7 +1084,6 @@ void QQuickRangeSlider::componentComplete()
QQuickRangeSliderNodePrivate *secondPrivate = QQuickRangeSliderNodePrivate::get(d->second);
firstPrivate->executeHandle(true);
secondPrivate->executeHandle(true);
- d->executeBackground(true);
QQuickControl::componentComplete();