seatop_begin_down: raise floating

In `seatop_begin_down`, raise the floating container. This appears to
have been dropped in the transition to seatops.
This commit is contained in:
Brian Ashworth 2019-01-15 16:38:31 -05:00 committed by emersion
parent 686b853047
commit 638b04b3e0
1 changed files with 2 additions and 0 deletions

View File

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