Fixed popups not compensating for transition
This commit is contained in:
parent
9e551680db
commit
8da7c5080c
|
@ -2235,6 +2235,7 @@ void output_render(struct sway_output *output, struct timespec *when,
|
||||||
.blur = false,
|
.blur = false,
|
||||||
.discard_transparent = false,
|
.discard_transparent = false,
|
||||||
.shadow = false,
|
.shadow = false,
|
||||||
|
.on_focused_workspace = true,
|
||||||
};
|
};
|
||||||
render_view_popups(focus->view, output, damage, deco_data);
|
render_view_popups(focus->view, output, damage, deco_data);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue