Introduce opaque widget helper
This commit is contained in:
parent
9492da11d9
commit
4cd45643d7
13 changed files with 182 additions and 12 deletions
|
|
@ -249,7 +249,7 @@ where
|
|||
state, layout, cursor, viewport, renderer,
|
||||
)
|
||||
})
|
||||
.find(|&interaction| interaction != mouse::Interaction::Idle)
|
||||
.find(|&interaction| interaction != mouse::Interaction::None)
|
||||
.unwrap_or_default()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue