output: update presentation type when switching workspaces
This commit is contained in:
parent
8bcd37cf5b
commit
fcd77fe4d8
1 changed files with 1 additions and 0 deletions
|
|
@ -705,6 +705,7 @@ impl OutputNode {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
self.update_visible();
|
self.update_visible();
|
||||||
|
self.update_presentation_type();
|
||||||
if let Some(fs) = ws.fullscreen.get() {
|
if let Some(fs) = ws.fullscreen.get() {
|
||||||
fs.tl_change_extents(&self.global.pos.get());
|
fs.tl_change_extents(&self.global.pos.get());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue