tree: add WorkspaceDisplayOrder
This commit is contained in:
parent
8b0bb61ee0
commit
1677d481f9
6 changed files with 40 additions and 15 deletions
|
|
@ -1465,7 +1465,7 @@ impl ConfigProxyHandler {
|
|||
}
|
||||
|
||||
fn handle_set_workspace_display_order(&self, order: WorkspaceDisplayOrder) {
|
||||
self.state.workspace_display_order.set(order);
|
||||
self.state.workspace_display_order.set(order.into());
|
||||
for output in self.state.root.outputs.lock().values() {
|
||||
output.handle_workspace_display_order_update();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue