output_schedule: move cursor scheduler into workspace crate
This commit is contained in:
parent
11940fb6a5
commit
6d569bd4b7
9 changed files with 286 additions and 209 deletions
|
|
@ -1528,7 +1528,7 @@ impl ConfigProxyHandler {
|
|||
match connector {
|
||||
Some(c) => {
|
||||
let connector = self.get_output_node(c)?;
|
||||
connector.schedule.set_cursor_hz(&self.state, hz);
|
||||
connector.schedule.set_cursor_hz(hz);
|
||||
}
|
||||
_ => {
|
||||
let Some((hz, _)) = map_cursor_hz(hz) else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue