Fix small bug

This commit is contained in:
buffet 2021-08-09 19:20:11 +00:00
parent c09e552a69
commit b6e3492234

View file

@ -70,6 +70,7 @@ seat_focus_view(struct kiwmi_seat *seat, struct kiwmi_view *view)
{ {
if (!view) { if (!view) {
seat_focus_surface(seat, NULL); seat_focus_surface(seat, NULL);
seat->focused_view = NULL;
return; return;
} }