lcl: gtk2: fixed LCLGtk2Fix30544

git-svn-id: trunk@58177 -
This commit is contained in:
mattias 2018-06-07 22:39:30 +00:00
parent 8f3970b0da
commit 236e13a163

View File

@ -2249,7 +2249,7 @@ begin
' keyval=',(AEvent^.keyval),
' hardware_keycode=',(AEvent^.hardware_keycode),
' length=',(AEvent^.length),
' _string="',dbgMemRange(AEvent^._string,AEvent^.length),'"',
' _string="',dbgMemRange(PByte(AEvent^._string),AEvent^.length),'"',
' group=',(AEvent^.group),
' Widget=',GetWidgetClassName(AWidget),
' Before=',ABeforeEvent,' Down=',AHandleDown,' HandledByLCL=',HandledByLCL]);