After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 589689 - keyframe curves go through the roof
keyframe curves go through the roof
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal blocker
: 0.13.2
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-25 15:39 UTC by Jean-François Fortin Tam
Modified: 2009-07-29 06:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2009-07-25 15:39:50 UTC
If you put a curve at 100% or 0%, it's flush with the clip border and half hidden and harder to manipulate.

We need to subtract the 2*stroke_width from the height of the clip.
Comment 1 Brandon Lewis 2009-07-28 20:55:17 UTC
commit 930cd575bae617ab1855c875ded9d74e6a8e6045
Author: Brandon Lewis <brandon_lewis@berkeley.edu>
Date:   Tue Jul 28 13:41:41 2009 -0700

    curve.py: take curve line width into account when calculating the XY position
    keyframes.
    
    fixes bug 589689