Skip to content

Commit 9a378d8

Browse files
committed
Fix context menu on function name in function diff view
1 parent a015971 commit 9a378d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

objdiff-gui/src/views/diff.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,6 @@ fn symbol_label_ui(
619619
.font(appearance.code_font.clone())
620620
.color(appearance.highlight_color),
621621
)
622-
.selectable(false)
623622
// TODO .show_tooltip_when_elided(false)
624623
// https://github.com/emilk/egui/commit/071e090e2b2601e5ed4726a63a753188503dfaf2
625624
.ui(ui)

0 commit comments

Comments
 (0)