1
0
Fork 0
forked from wry/wry

tree: update desired_output when explicitly moving workspace

This commit is contained in:
Julian Orth 2024-03-18 09:17:17 +01:00
parent 1401697fdc
commit 96b6234c22

View file

@ -790,6 +790,7 @@ impl ConfigProxyHandler {
source_is_destroyed: false,
};
move_ws_to_output(&link, &output.node, config);
ws.desired_output.set(output.node.global.output_id.clone());
self.state.tree_changed();
self.state.damage();
Ok(())