Skip to content

Commit

Permalink
Fix wrong positions of keyframe value labels
Browse files Browse the repository at this point in the history
Fixes #629811
  • Loading branch information
IMFTC authored and alessandrod committed Sep 17, 2010
1 parent 241e27c commit 5289ebd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pitivi/ui/curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,9 @@ def _controlPoint(self, cr, kf):
self.keyframes[kf] = pos

def do_simple_paint(self, cr, bounds):
cr.save()
cr.identity_matrix()
if self.interpolator:

cr.save()
# set clipping region to the visible portion of the clip
vis_bounds = intersect(
goocanvas.Bounds(
Expand Down

0 comments on commit 5289ebd

Please sign in to comment.