Root: fix stack order on restore from 0 outputs
This commit is contained in:
parent
c38e7e2d87
commit
cc1f988e56
@ -379,7 +379,7 @@ pub fn activateOutput(root: *Self, output: *Output) void {
|
|||||||
|
|
||||||
output.pending.tags = root.fallback.tags;
|
output.pending.tags = root.fallback.tags;
|
||||||
{
|
{
|
||||||
var it = root.fallback.pending.focus_stack.safeIterator(.reverse);
|
var it = root.fallback.pending.wm_stack.safeIterator(.reverse);
|
||||||
while (it.next()) |view| view.setPendingOutput(output);
|
while (it.next()) |view| view.setPendingOutput(output);
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user