refactor: add tracing for update_hover, clear_hover_focus and refresh_hover

This commit is contained in:
CJ van den Berg 2026-01-15 17:53:12 +01:00
parent 9d016527f2
commit 8cfab31104
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 28 additions and 25 deletions

View file

@ -298,7 +298,7 @@ pub fn Create(options: type) type {
self.menu.select_down();
const padding = tui.get_widget_style(widget_type).padding;
self.do_resize(padding);
tui.refresh_hover();
tui.refresh_hover(@src());
self.selection_updated();
}
}