summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-12-04 20:20:59 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-05 09:07:01 +0100
commit4c3196c979d9a7f46b3f37b14140026dd74bf79a (patch)
treef8ec40826b5a1d8c3fd4c51fcede70346da6d101
parentb57e8b29d7d5125895f65ca36ec74abe0875ceef (diff)
downloadqtquickcontrols-4c3196c979d9a7f46b3f37b14140026dd74bf79a.tar.gz
gallery: run particles only when visible
Change-Id: I7c0f5565161719905e973d3fd1a75b3c9d8a4007 Reviewed-by: David Edmundson <davidedmundson@kde.org> Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
-rw-r--r--examples/quick/controls/gallery/content/Styles.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/controls/gallery/content/Styles.qml b/examples/quick/controls/gallery/content/Styles.qml
index e774ab52..81b46f63 100644
--- a/examples/quick/controls/gallery/content/Styles.qml
+++ b/examples/quick/controls/gallery/content/Styles.qml
@@ -309,7 +309,7 @@ Item {
anchors.rightMargin: -parent.anchors.rightMargin
}
}
- ParticleSystem{ id: bubbles }
+ ParticleSystem{ id: bubbles; running: visible }
ImageParticle{
id: fireball
system: bubbles