Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit/NoteInterface.py
diff options
context:
space:
mode:
Diffstat (limited to 'Edit/NoteInterface.py')
-rw-r--r--Edit/NoteInterface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Edit/NoteInterface.py b/Edit/NoteInterface.py
index 2547176..5e3da41 100644
--- a/Edit/NoteInterface.py
+++ b/Edit/NoteInterface.py
@@ -332,7 +332,7 @@ class NoteInterface:
#=======================================================
# Draw
- def draw(self, surface, gc, startX, stopX ):
+ def draw(self, surface, startX, stopX):
if stopX < self.imgX: return False # we don't need to draw and no one after us will draw
if startX > self.imgX + self.imgWidth: return True # we don't need to draw, but maybe a later note does
cxt = cairo.Context(surface)