dont rm focus when i actually found something to fall back to with the pointer
This commit is contained in:
parent
fe882632d3
commit
b23c66afd1
1 changed files with 2 additions and 3 deletions
|
@ -134,8 +134,7 @@ void focus_fallback(gboolean switching_desks)
|
||||||
if (client_focus(it->data))
|
if (client_focus(it->data))
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
if (it == NULL) /* nothing to focus */
|
||||||
|
focus_set_client(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (it == NULL) /* nothing to focus */
|
|
||||||
focus_set_client(NULL);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue