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 587333 - no way to remove volume node/keyframe
no way to remove volume node/keyframe
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal normal
: 0.13.2
Assigned To: Alessandro Decina
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-29 17:08 UTC by j^
Modified: 2009-07-03 17:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description j^ 2009-06-29 17:08:49 UTC
one can add keyframes to the volume curve via double click,
however there is no way to remove a keyframe.
Comment 1 Brandon Lewis 2009-06-29 21:41:28 UTC
yes there is: double-click the keyframe ;)
Comment 2 Brandon Lewis 2009-06-29 23:56:56 UTC
correction: double-click *should* remove keyframes, but commit 237b556d98b171a7837f3876a67b587918324391 broke this. My guess is is that selectively calling _drag_end breaks double-click detection.
Comment 3 Alessandro Decina 2009-06-30 09:28:40 UTC
To me it seems that Curve.Controller relies on drag_start and drag_end being called before double click, which sounds broken.
Comment 4 Alessandro Decina 2009-06-30 09:41:59 UTC
commit 1966b4848ba6ccab283177f4fb1499b5e8d6efed
Author: Alessandro Decina <alessandro.d@gmail.com>
Date:   Tue Jun 30 11:38:49 2009 +0200

    Fix keyframe removal. Fixes #587333.