[pitivi: 11/14] Fix wrong positions of keyframe value labels
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 11/14] Fix wrong positions of keyframe value labels
- Date: Mon, 20 Sep 2010 09:44:35 +0000 (UTC)
commit 5289ebd332277160bdb44a24debe58c7ada3d5fd
Author: Volker Sobek <reklov live com>
Date: Thu Sep 16 16:33:37 2010 +0200
Fix wrong positions of keyframe value labels
Fixes #629811
pitivi/ui/curve.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/ui/curve.py b/pitivi/ui/curve.py
index 581be8c..c0f9023 100644
--- a/pitivi/ui/curve.py
+++ b/pitivi/ui/curve.py
@@ -217,10 +217,9 @@ class Curve(goocanvas.ItemSimple, goocanvas.Item, View, Zoomable):
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(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]