Fix focus bug with floating containers

master
Ryan Dwyer 6 years ago
parent cf5f5eaf8c
commit 3faceadffe

@ -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…
Cancel
Save