iced: refresh after output_enter
This commit is contained in:
parent
a1211e2499
commit
24bf2e856a
1 changed files with 2 additions and 0 deletions
|
|
@ -842,6 +842,8 @@ impl<P: Program + Send + 'static> SpaceElement for IcedElement<P> {
|
||||||
});
|
});
|
||||||
|
|
||||||
internal.outputs.insert(output.clone());
|
internal.outputs.insert(output.clone());
|
||||||
|
std::mem::drop(internal);
|
||||||
|
self.refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
fn output_leave(&self, output: &Output) {
|
fn output_leave(&self, output: &Output) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue