Fix focus bug with floating containers
This commit is contained in:
parent
cf5f5eaf8c
commit
3faceadffe
1 changed files with 1 additions and 0 deletions
|
@ -465,6 +465,7 @@ static void dispatch_cursor_button_floating(struct sway_cursor *cursor,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Send event to surface
|
// Send event to surface
|
||||||
|
seat_set_focus(seat, cont);
|
||||||
seat_pointer_notify_button(seat, time_msec, button, state);
|
seat_pointer_notify_button(seat, time_msec, button, state);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue