mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 05:49:23 +02:00
lcl: gtk2: fixed LCLGtk2Fix30544
git-svn-id: trunk@58177 -
This commit is contained in:
parent
8f3970b0da
commit
236e13a163
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user