tree: set workspace output after moving workspace to re-connected output
This commit is contained in:
parent
10090c0596
commit
73671c6c58
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ impl ConnectorHandler {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for ws in ws_to_move {
|
for ws in ws_to_move {
|
||||||
|
ws.output.set(on.clone());
|
||||||
on.workspaces.add_last_existing(&ws);
|
on.workspaces.add_last_existing(&ws);
|
||||||
if ws.visible_on_desired_output.get() && on.workspace.get().is_none() {
|
if ws.visible_on_desired_output.get() && on.workspace.get().is_none() {
|
||||||
on.show_workspace(&ws);
|
on.show_workspace(&ws);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue