Skip to content

overview: Unset visibleTarget on gesture end

Florian Müllner requested to merge fmuellner/gnome-shell:gesture-hide into master

The property describes the target visibility (that is, the visibility that will be set after the ongoing transition), and is therefore updated at the start of the transition rather than from hideDone().

The overview gesture currently misses resetting it at the end, so it is only updated to the correct state the next time the overview is entered.

Disclosure

I haven't restarted the session to test this yet. The fix will be along these lines, but needs confirmation first.

Fixes #3798 (closed)

Merge request reports