@ -603,8 +603,8 @@ class Step(QtWidgets.QGraphicsRectItem):
self.velocity = 127
else:
self.velocity -= 2
if self.velocity <= 2:
self.velocity = 1
if self.velocity < 0:
self.velocity = 0
event.ignore()