tree: clear output node after connector removal
This commit is contained in:
parent
f7e48e6037
commit
14e64711f1
2 changed files with 4 additions and 0 deletions
|
|
@ -446,6 +446,9 @@ impl OutputNode {
|
|||
self.screencopies.clear();
|
||||
self.ext_copy_sessions.clear();
|
||||
self.ext_workspace_groups.clear();
|
||||
self.latch_event.clear();
|
||||
self.vblank_event.clear();
|
||||
self.presentation_event.clear();
|
||||
}
|
||||
|
||||
pub fn on_spaces_changed(self: &Rc<Self>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue