mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-28 22:23:42 +01:00
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:
parent
686b853047
commit
638b04b3e0
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue