mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 14:40:29 +02:00
SynEdit: Fixed debug compilation with $DEFINE VerboseKeys
git-svn-id: trunk@18678 -
This commit is contained in:
parent
65c4d691ae
commit
b6a7c8f87a
@ -2088,8 +2088,8 @@ end;
|
||||
procedure TCustomSynEdit.KeyUp(var Key: Word; Shift: TShiftState);
|
||||
begin
|
||||
{$IFDEF VerboseKeys}
|
||||
DebugLn('[TCustomSynEdit.KeyUp] ',Key
|
||||
,' Shift=',ssShift in Shift,' Ctrl=',ssCtrl in Shift,' Alt=',ssAlt in Shift);
|
||||
DebugLn(['[TCustomSynEdit.KeyUp] ',Key
|
||||
,' Shift=',ssShift in Shift,' Ctrl=',ssCtrl in Shift,' Alt=',ssAlt in Shift]);
|
||||
{$ENDIF}
|
||||
inherited KeyUp(Key, Shift);
|
||||
if fLastControlIsPressed<>(GetKeyShiftState=[SYNEDIT_LINK_MODIFIER]) then
|
||||
|
Loading…
Reference in New Issue
Block a user