Skip to content

timeline: Fix selection marquee forever visible

Alexandru Băluț requested to merge aleb/pitivi:timeline into master

When the mouse cursor moves, instead of checking for marquee.start_x to determine we should update the marquee, we now check whether the marquee is visible.

The change in Marquee.hide in 3761fdbf broke it.

Merge request reports