Short-circuit scrolling passthrough in Stack
This commit is contained in:
parent
889d8b891f
commit
cfd2e7b116
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ where
|
|||
viewport,
|
||||
);
|
||||
|
||||
if is_over_scroll {
|
||||
if is_over_scroll && cursor != mouse::Cursor::Unavailable {
|
||||
let interaction = child.as_widget().mouse_interaction(
|
||||
state, layout, cursor, viewport, renderer,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue