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
|
|
@ -404,6 +404,7 @@ impl ConnectorHandler {
|
|||
}
|
||||
self.state
|
||||
.remove_output_scale(on.global.persistent.scale.get());
|
||||
on.clear();
|
||||
let _ = self.state.remove_global(&global);
|
||||
let _ = self.state.remove_global(&tray);
|
||||
self.state.tree_changed();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue