going down the order so look for a lower layer
This commit is contained in:
parent
9d7215af4a
commit
176e6cea6e
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ static gboolean stacking_occludes(ObClient *client, ObClient *sibling)
|
||||||
occludes = TRUE;
|
occludes = TRUE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else if (c->layer > client->layer)
|
else if (c->layer < client->layer)
|
||||||
break; /* we past its layer */
|
break; /* we past its layer */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue