Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit/HitInterface.py
diff options
context:
space:
mode:
authoramartin <olpc@localhost.localdomain>2007-02-17 00:09:40 (GMT)
committer amartin <olpc@localhost.localdomain>2007-02-17 00:09:40 (GMT)
commitc305e07810fc15b62848d28bcb332b783a20a374 (patch)
treeeedc8b65f7a6b22d8e55c87f9371fba6945512f8 /Edit/HitInterface.py
parentac64a2be0288c0664ec92b888fba86055d61a918 (diff)
XYSliders, several drawing fixes
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