summaryrefslogtreecommitdiffstats
path: root/native/src/widget/radio.rs
diff options
context:
space:
mode:
authorLibravatar Ashley Wulber <ashley@system76.com>2022-09-07 11:56:11 -0400
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-03 03:23:35 +0100
commite2166ecad020662d246b364637efc4e6ee3bc1db (patch)
tree2bd7bbb86747390012b9e4b26b081a3eb1d1ba91 /native/src/widget/radio.rs
parent231d2fd8454eb9d24ba970131d4d7339cc0c8d51 (diff)
downloadiced-e2166ecad020662d246b364637efc4e6ee3bc1db.tar.gz
iced-e2166ecad020662d246b364637efc4e6ee3bc1db.tar.bz2
iced-e2166ecad020662d246b364637efc4e6ee3bc1db.zip
wip: Custom palette for built in theme
Diffstat (limited to '')
-rw-r--r--native/src/widget/radio.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/radio.rs b/native/src/widget/radio.rs
index cb83f745..204247f8 100644
--- a/native/src/widget/radio.rs
+++ b/native/src/widget/radio.rs
@@ -84,7 +84,7 @@ where
f: F,
) -> Self
where
- V: Eq + Copy,
+ V: PartialEq + Copy,
F: FnOnce(V) -> Message,
{
Radio {