[pitivi] curve.py: checkpoint: fixed bug 589814



commit fc4ff89034eaee1b5bd62d555e9e7d7a3fdff3dc
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date:   Mon Feb 1 15:10:05 2010 -0800

    curve.py: checkpoint: fixed bug 589814

 pitivi/ui/curve.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/ui/curve.py b/pitivi/ui/curve.py
index a31a932..68b7b6b 100644
--- a/pitivi/ui/curve.py
+++ b/pitivi/ui/curve.py
@@ -241,6 +241,7 @@ class Curve(goocanvas.ItemSimple, goocanvas.Item, View, Zoomable):
 
             # re-draw the focused keyframe, if it exists, inverted
             if self._focused_kf:
+
                 self._controlPoint(cr, self._focused_kf)
                 cr.set_source_rgb(1, 0, 0)
                 cr.fill_preserve()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]