GNOME Bugzilla – Bug 783321
Don't use Tweener in PreviewNavControls
Last modified: 2017-09-24 12:34:28 UTC
Tweener was already replaced with GtkRevealer in commit de8b10a7bb1b9e1c633437588cfe51b79a66cfbe but was reverted soon after (commit 1b852e7640d1a3cc1e0571361dc0c96b4534e850). I don't know why, but GtkRevealer seems to work just fine, and it's better to stick to stock GTK+ API.
Created attachment 353006 [details] [review] Use GtkRevealers for faders instead of Tweener This is based on top of the patches in bug 782685.
Review of attachment 353006 [details] [review]: Nice!
Comment on attachment 353006 [details] [review] Use GtkRevealers for faders instead of Tweener Thanks, Cosimo. Pushed to master.
*** Bug 781230 has been marked as a duplicate of this bug. ***