SynEdit: Fixed debug compilation with $DEFINE VerboseKeys

git-svn-id: trunk@18678 -
This commit is contained in:
martin 2009-02-13 22:31:14 +00:00
parent 65c4d691ae
commit b6a7c8f87a

View File

@ -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