Arrange on sending view to output
This commit is contained in:
parent
8fcca81755
commit
bf300db004
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ pub fn sendToOutput(seat: *Seat, arg: Arg) void {
|
|||
target_output.views.push(view_node);
|
||||
view.output = target_output;
|
||||
|
||||
// Focus whatever's next in the focus stack
|
||||
// Handle the change and focus whatever's next in the focus stack
|
||||
root.arrange();
|
||||
seat.focus(null);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue