Skip to content
Snippets Groups Projects
Commit a1f49738 authored by Fabian Homborg's avatar Fabian Homborg
Browse files

One more fullscreen fix

Fullscreen windows should be above _everything_, so keepBelow should be false.
parent 426e4e91
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,7 @@ TileList.prototype.addClient = function(client) {
this._addTile(client);
}
if (client.fullScreen) {
client.keepBelow = false;
client.keepAbove = true;
} else {
client.keepBelow = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment