ui: show cursor when hovering pfp
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -320,6 +320,11 @@ impl<'a> NoteView<'a> {
|
|||||||
self.img_cache,
|
self.img_cache,
|
||||||
));
|
));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if resp.hovered() || resp.clicked() {
|
||||||
|
ui::show_pointer(ui);
|
||||||
|
}
|
||||||
|
|
||||||
resp
|
resp
|
||||||
}
|
}
|
||||||
None => ui
|
None => ui
|
||||||
|
|||||||
Reference in New Issue
Block a user