We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e971d commit f2b410fCopy full SHA for f2b410f
objdiff-gui/src/views/function_diff.rs
@@ -471,6 +471,7 @@ fn asm_table_ui(
471
if column == 0 {
472
if let Some(ctx) = left_ctx {
473
if ctx.has_symbol() {
474
+ hotkeys::check_scroll_hotkeys(ui, false);
475
render_table(
476
ui,
477
available_width / 2.0,
@@ -532,6 +533,7 @@ fn asm_table_ui(
532
533
} else if column == 1 {
534
if let Some(ctx) = right_ctx {
535
536
537
538
539
0 commit comments