please rust analyzer with macros

This commit is contained in:
iris committed 2025-08-16 02:34:44 -04:00
1 parent 166394d8d9
commit b0fe7310eb
5 files changed
+45 -32

No files matched your search

+1
View File
@@ -84,6 +84,7 @@ impl Client {
let main = main.clone();
let to = to.clone().erase_type();
Rect::new(color)
.on(Sense::PressEnd, |_, _| {})
.id_on(Sense::PressStart, move |id, ui, _| {
ui[&main].inner = to.clone();
ui[id].color = color.add_rgb(-0.2);