shell: disable WindowUI detection if constraint is active
This commit is contained in:
parent
208c2128cd
commit
203cad8cbd
8 changed files with 69 additions and 24 deletions
|
|
@ -953,6 +953,7 @@ impl Drop for MoveGrab {
|
|||
if let Some((target, offset)) = mapped.focus_under(
|
||||
current_location - position.as_logical().to_f64(),
|
||||
WindowSurfaceType::ALL,
|
||||
&seat,
|
||||
) {
|
||||
pointer.motion(
|
||||
state,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue