mirror of
https://github.com/encounter/objdiff.git
synced 2025-08-12 06:59:22 +00:00
Disable double tooltip for elided function name in function diff view
This commit is contained in:
parent
9a378d85ed
commit
e9ce02feb0
@ -619,8 +619,7 @@ fn symbol_label_ui(
|
||||
.font(appearance.code_font.clone())
|
||||
.color(appearance.highlight_color),
|
||||
)
|
||||
// TODO .show_tooltip_when_elided(false)
|
||||
// https://github.com/emilk/egui/commit/071e090e2b2601e5ed4726a63a753188503dfaf2
|
||||
.show_tooltip_when_elided(false)
|
||||
.ui(ui)
|
||||
.on_hover_ui_at_pointer(|ui| symbol_hover_ui(ui, ctx, symbol_idx, appearance))
|
||||
.context_menu(|ui| {
|
||||
|
Loading…
x
Reference in New Issue
Block a user