1
0
Fork 0
forked from wry/wry

output: update presentation type when switching workspaces

This commit is contained in:
Stipe Kotarac 2026-01-17 19:06:50 +01:00
parent 8bcd37cf5b
commit fcd77fe4d8

View file

@ -705,6 +705,7 @@ impl OutputNode {
}
}
self.update_visible();
self.update_presentation_type();
if let Some(fs) = ws.fullscreen.get() {
fs.tl_change_extents(&self.global.pos.get());
}