shell: Allow dragged windows to be focused
This commit is contained in:
parent
989ee95858
commit
d4926c3a9e
2 changed files with 18 additions and 1 deletions
|
|
@ -2592,6 +2592,9 @@ impl Shell {
|
|||
.refresh(xdg_activation_state);
|
||||
}
|
||||
|
||||
mapped.set_activate(true);
|
||||
mapped.configure();
|
||||
|
||||
let grab = MoveGrab::new(
|
||||
start_data,
|
||||
mapped,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue