stop the opacity timer when needed

This commit is contained in:
Marco Martin 2011-11-09 15:31:03 +01:00
parent 2465d24bb1
commit 4dd35da400

View File

@ -61,6 +61,7 @@ PlasmaCore.FrameSvgItem {
target: flickableItem
onMovingChanged: {
if (flickableItem.moving) {
opacityTimer.running = false
background.opacity = 1
} else {
opacityTimer.restart()