seatop_begin_down: raise floating

In `seatop_begin_down`, raise the floating container. This appears to
have been dropped in the transition to seatops.
master
Brian Ashworth 6 years ago committed by emersion
parent 686b853047
commit 638b04b3e0

@ -74,4 +74,6 @@ void seatop_begin_down(struct sway_seat *seat,
seat->seatop_impl = &seatop_impl; seat->seatop_impl = &seatop_impl;
seat->seatop_data = e; seat->seatop_data = e;
seat->seatop_button = button; seat->seatop_button = button;
container_raise_floating(con);
} }

Loading…
Cancel
Save