all: fetch current time only once per iteration
This commit is contained in:
parent
d8d6be1ef3
commit
bb9e6ba3b5
21 changed files with 99 additions and 97 deletions
|
|
@ -296,7 +296,9 @@ impl CursorUser {
|
|||
KnownCursor::ZoomIn => &cursors.zoom_in,
|
||||
KnownCursor::ZoomOut => &cursors.zoom_out,
|
||||
};
|
||||
self.set_cursor2(Some(tpl.instantiate(self.group.size.get())));
|
||||
self.set_cursor2(Some(
|
||||
tpl.instantiate(&self.group.state, self.group.size.get()),
|
||||
));
|
||||
}
|
||||
|
||||
fn set_output(&self, output: &Rc<OutputNode>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue