mirror of
https://github.com/encounter/objdiff.git
synced 2025-08-12 06:59:22 +00:00
Fix context menu on function name in function diff view
This commit is contained in:
parent
a015971c20
commit
9a378d85ed
@ -619,7 +619,6 @@ fn symbol_label_ui(
|
|||||||
.font(appearance.code_font.clone())
|
.font(appearance.code_font.clone())
|
||||||
.color(appearance.highlight_color),
|
.color(appearance.highlight_color),
|
||||||
)
|
)
|
||||||
.selectable(false)
|
|
||||||
// TODO .show_tooltip_when_elided(false)
|
// TODO .show_tooltip_when_elided(false)
|
||||||
// https://github.com/emilk/egui/commit/071e090e2b2601e5ed4726a63a753188503dfaf2
|
// https://github.com/emilk/egui/commit/071e090e2b2601e5ed4726a63a753188503dfaf2
|
||||||
.ui(ui)
|
.ui(ui)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user