mirror of
https://github.com/encounter/objdiff.git
synced 2025-08-12 06:59:22 +00:00
Merge pull request #236 from LagoLunatic/symbol-ctx
Fix context menu not appearing when right clicking the function name in the function diff view
This commit is contained in:
commit
4c3f5e9836
@ -619,9 +619,7 @@ fn symbol_label_ui(
|
|||||||
.font(appearance.code_font.clone())
|
.font(appearance.code_font.clone())
|
||||||
.color(appearance.highlight_color),
|
.color(appearance.highlight_color),
|
||||||
)
|
)
|
||||||
.selectable(false)
|
.show_tooltip_when_elided(false)
|
||||||
// TODO .show_tooltip_when_elided(false)
|
|
||||||
// https://github.com/emilk/egui/commit/071e090e2b2601e5ed4726a63a753188503dfaf2
|
|
||||||
.ui(ui)
|
.ui(ui)
|
||||||
.on_hover_ui_at_pointer(|ui| symbol_hover_ui(ui, ctx, symbol_idx, appearance))
|
.on_hover_ui_at_pointer(|ui| symbol_hover_ui(ui, ctx, symbol_idx, appearance))
|
||||||
.context_menu(|ui| {
|
.context_menu(|ui| {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user