1
0
Fork 0
forked from wry/wry

tree: set workspace output after moving workspace to re-connected output

This commit is contained in:
Julian Orth 2022-05-20 15:26:09 +02:00
parent 10090c0596
commit 73671c6c58

View file

@ -154,6 +154,7 @@ impl ConnectorHandler {
}
}
for ws in ws_to_move {
ws.output.set(on.clone());
on.workspaces.add_last_existing(&ws);
if ws.visible_on_desired_output.get() && on.workspace.get().is_none() {
on.show_workspace(&ws);