Skip to content

Commit 441b300

Browse files
LagoLunaticencounter
authored andcommitted
Split function diff view: Enable PageUp/PageDown/Home/End for scrolling
1 parent 28bd718 commit 441b300

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

objdiff-gui/src/views/function_diff.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ fn asm_table_ui(
471471
if column == 0 {
472472
if let Some(ctx) = left_ctx {
473473
if ctx.has_symbol() {
474+
hotkeys::check_scroll_hotkeys(ui, false);
474475
render_table(
475476
ui,
476477
available_width / 2.0,
@@ -532,6 +533,7 @@ fn asm_table_ui(
532533
} else if column == 1 {
533534
if let Some(ctx) = right_ctx {
534535
if ctx.has_symbol() {
536+
hotkeys::check_scroll_hotkeys(ui, false);
535537
render_table(
536538
ui,
537539
available_width / 2.0,

0 commit comments

Comments
 (0)