diff --git a/source/thirdparty/mphexeditor.pas b/source/thirdparty/mphexeditor.pas index e7b5932..9ba6f2f 100644 --- a/source/thirdparty/mphexeditor.pas +++ b/source/thirdparty/mphexeditor.pas @@ -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;