Skip to content

Commit e9ce02f

Browse files
committed
Disable double tooltip for elided function name in function diff view
1 parent 9a378d8 commit e9ce02f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

objdiff-gui/src/views/diff.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,8 +619,7 @@ fn symbol_label_ui(
619619
.font(appearance.code_font.clone())
620620
.color(appearance.highlight_color),
621621
)
622-
// TODO .show_tooltip_when_elided(false)
623-
// https://github.com/emilk/egui/commit/071e090e2b2601e5ed4726a63a753188503dfaf2
622+
.show_tooltip_when_elided(false)
624623
.ui(ui)
625624
.on_hover_ui_at_pointer(|ui| symbol_hover_ui(ui, ctx, symbol_idx, appearance))
626625
.context_menu(|ui| {

0 commit comments

Comments
 (0)