Fixed popups not compensating for transition

This commit is contained in:
Erik Reider 2024-01-22 13:19:32 +01:00
parent 9e551680db
commit 8da7c5080c

View file

@ -2235,6 +2235,7 @@ void output_render(struct sway_output *output, struct timespec *when,
.blur = false,
.discard_transparent = false,
.shadow = false,
.on_focused_workspace = true,
};
render_view_popups(focus->view, output, damage, deco_data);
}