shell: Fix MoveGrab with touch not on output pointer is on
This commit is contained in:
parent
2c5c32ad4e
commit
f2efc5d56f
3 changed files with 118 additions and 99 deletions
|
|
@ -445,7 +445,7 @@ where
|
|||
.unwrap()
|
||||
.borrow()
|
||||
.as_ref()
|
||||
.map(|state| state.render::<CosmicElement<R>, R>(renderer, seat, output, theme))
|
||||
.map(|state| state.render::<CosmicElement<R>, R>(renderer, output, theme))
|
||||
{
|
||||
elements.extend(grab_elements);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue