one more..
This commit is contained in:
parent
f6aaaeddf5
commit
587523c0cb
1 changed files with 1 additions and 1 deletions
|
@ -2404,7 +2404,7 @@ ObClient *client_search_focus_group_full(ObClient *self)
|
||||||
if ((c = client_search_focus_tree(it->data))) return c;
|
if ((c = client_search_focus_tree(it->data))) return c;
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
if (client_focused(c)) return c;
|
if (client_focused(self)) return self;
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue