head-management: send mode separately from pos/size changes
This commit is contained in:
parent
2c116e2a16
commit
18f9742d2c
2 changed files with 11 additions and 1 deletions
|
|
@ -466,6 +466,9 @@ impl ConnectorData {
|
|||
self.head_managers
|
||||
.handle_colors_change(s.color_space, s.transfer_function);
|
||||
}
|
||||
if old.mode != s.mode {
|
||||
self.head_managers.handle_mode_change(s.mode);
|
||||
}
|
||||
if let Some(output) = state.outputs.get(&self.connector.id())
|
||||
&& let Some(node) = &output.node
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue