Skip to content
Commit 9d8d7e28 authored by Ismael Asensio's avatar Ismael Asensio
Browse files

TabBox: Allow switchers to handle the tabbox hiding

Previously, the switcher item got hidden immediately after
selecting a window, so it wasn't possible to show an exit
transition.

Emit instead an `aboutToHide` signal and let the switchers
that opt-in to handle when to hide the tabbox by just setting
its `visible` property to `false`. In the default case we handle
that signal by immediately hiding the tabbox as usual.

For symmetry, add also a new `aboutToShow` signal which
simplifies setting an enter transition.
parent 98198dc7
Pipeline #393501 passed with stage
in 12 minutes and 4 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment