From 3b68e285fb8a09589ff5b39d123781b42f3363b4 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Wed, 15 Jan 2025 13:48:33 -0800 Subject: [PATCH] grip: show pointer cursor on grip --- crates/notedeck_columns/src/ui/column/header.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/notedeck_columns/src/ui/column/header.rs b/crates/notedeck_columns/src/ui/column/header.rs index a99e5f1..79d5425 100644 --- a/crates/notedeck_columns/src/ui/column/header.rs +++ b/crates/notedeck_columns/src/ui/column/header.rs @@ -223,6 +223,8 @@ impl<'a> NavTitle<'a> { d.insert_temp(cur_id, true); } }); + } else if move_resp.hovered() { + ui::show_pointer(ui); } ui.data(|d| d.get_temp(cur_id)).and_then(|val| {