shell: Fix repeated window grabs in more scenarios
This commit is contained in:
parent
33eedb0b58
commit
8943aa5a15
2 changed files with 8 additions and 4 deletions
|
|
@ -435,6 +435,7 @@ impl PointerTarget<State> for CosmicWindow {
|
|||
PointerTarget::enter(&p.window, seat, data, &event)
|
||||
}
|
||||
} else {
|
||||
p.swap_focus(Focus::Window);
|
||||
PointerTarget::enter(&p.window, seat, data, event)
|
||||
}
|
||||
false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue