1
0
Fork 0
forked from wry/wry

Merge pull request #721 from kotarac/vrr-fix

output: update presentation type when switching workspaces
This commit is contained in:
mahkoh 2026-01-17 19:24:57 +01:00 committed by GitHub
commit 561616df17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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());
}