summaryrefslogtreecommitdiffstats
path: root/core/src/widget.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-08-08 01:37:51 +0200
committerLibravatar GitHub <noreply@github.com>2024-08-08 01:37:51 +0200
commit1c8850023f2bdeae02ec061a49aa76dbb91262ad (patch)
tree38ca9c054e92626b53add458cd62b90377e5135e /core/src/widget.rs
parentd5ffe98ce939990e6c8ef6f40895cd1f9633fe18 (diff)
parent0ce81a0e0e237a162dec3c1ed90c4675192d4040 (diff)
downloadiced-1c8850023f2bdeae02ec061a49aa76dbb91262ad.tar.gz
iced-1c8850023f2bdeae02ec061a49aa76dbb91262ad.tar.bz2
iced-1c8850023f2bdeae02ec061a49aa76dbb91262ad.zip
Merge pull request #2544 from iced-rs/display-hover-when-focused
Display top contents in `hover` widget when focused
Diffstat (limited to 'core/src/widget.rs')
-rw-r--r--core/src/widget.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/widget.rs b/core/src/widget.rs
index 08cfa55b..c5beea54 100644
--- a/core/src/widget.rs
+++ b/core/src/widget.rs
@@ -105,7 +105,7 @@ where
_state: &mut Tree,
_layout: Layout<'_>,
_renderer: &Renderer,
- _operation: &mut dyn Operation<()>,
+ _operation: &mut dyn Operation,
) {
}