don't copy the desktop from group parents when they are omnipresent
This commit is contained in:
parent
62d9a34138
commit
9a7c4de2eb
1 changed files with 3 additions and 0 deletions
|
@ -1152,6 +1152,9 @@ static void client_get_desktop(ObClient *self)
|
|||
|
||||
for (it = self->group->members; it; it = g_slist_next(it)) {
|
||||
ObClient *c = it->data;
|
||||
|
||||
if (c->desktop == DESKTOP_ALL) continue;
|
||||
|
||||
if (c != self) {
|
||||
if (first) {
|
||||
all = c->desktop;
|
||||
|
|
Loading…
Reference in a new issue