Skip to content

Commit

Permalink
Fix incorrect comment in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wp-xyz committed Nov 10, 2024
1 parent 6802964 commit 6fe7fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/thirdparty/mphexeditor.pas
Original file line number Diff line number Diff line change
Expand Up @@ -4192,7 +4192,7 @@ procedure TCustomMPHexEditor.KeyDown(var Key: word; Shift: TShiftState);
inherited;
end;

Key := 0; // Workaround for non-responding next down-arrow key in gtk2 (issue #1)
Key := 0; // Workaround for non-responding next down-arrow key in gtk2 (issue #7)
end;

function TCustomMPHexEditor.HasChanged(aPos: integer): boolean;
Expand Down

0 comments on commit 6fe7fdf

Please sign in to comment.