refactor: add tracing for update_hover, clear_hover_focus and refresh_hover
This commit is contained in:
parent
9d016527f2
commit
8cfab31104
4 changed files with 28 additions and 25 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue