Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit/HitInterface.py
diff options
context:
space:
mode:
Diffstat (limited to 'Edit/HitInterface.py')
-rw-r--r--Edit/HitInterface.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Edit/HitInterface.py b/Edit/HitInterface.py
index 1b12b1f..f121302 100644
--- a/Edit/HitInterface.py
+++ b/Edit/HitInterface.py
@@ -48,6 +48,8 @@ class HitInterface( NoteInterface ):
endy = max( self.imgY, oldY ) + self.imgHeight
self.owner.invalidate_rect( x, y, endx-x, endy-y, self.note.page )
+ self.firstTransform = False
+
def updateDragLimits( self, dragLimits, leftBound, rightBound, widthBound, maxRightBound ):
left = 0 - self.note.cs.onset
right = maxRightBound - self.note.cs.duration - self.note.cs.onset