GNOME Bugzilla – Bug 587333
no way to remove volume node/keyframe
Last modified: 2009-07-03 17:31:23 UTC
one can add keyframes to the volume curve via double click, however there is no way to remove a keyframe.
yes there is: double-click the keyframe ;)
correction: double-click *should* remove keyframes, but commit 237b556d98b171a7837f3876a67b587918324391 broke this. My guess is is that selectively calling _drag_end breaks double-click detection.
To me it seems that Curve.Controller relies on drag_start and drag_end being called before double click, which sounds broken.
commit 1966b4848ba6ccab283177f4fb1499b5e8d6efed Author: Alessandro Decina <alessandro.d@gmail.com> Date: Tue Jun 30 11:38:49 2009 +0200 Fix keyframe removal. Fixes #587333.