This commit is contained in:
Aaron Seigo 2014-08-22 11:25:19 +02:00
parent 079f93ac0d
commit 68bf52bccb

View file

@ -95,10 +95,6 @@ Leaves {
stripe.lockKeyReleased(stripe.childAt(mouseX, mouseY).value); stripe.lockKeyReleased(stripe.childAt(mouseX, mouseY).value);
} }
// onPositionChanged: {
// hideTimer.restart();
// }
} }
Timer { Timer {
@ -163,5 +159,4 @@ Leaves {
horizontalAlignment: Qt.AlignCenter horizontalAlignment: Qt.AlignCenter
verticalAlignment: Qt.AlignVCenter verticalAlignment: Qt.AlignVCenter
} }
} }