mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 12:00:42 +02:00
removed verbosity
git-svn-id: trunk@7208 -
This commit is contained in:
parent
7733aa9d85
commit
7a200176dc
@ -2206,7 +2206,7 @@ begin
|
|||||||
GDK_KEY_PRESS:
|
GDK_KEY_PRESS:
|
||||||
begin
|
begin
|
||||||
{$IFDEF VerboseKeyboard}
|
{$IFDEF VerboseKeyboard}
|
||||||
DebugLn('[HandleGTKKeyUpDown] GDK_KEY_PRESS VKey=',dbgs(VKey.VKey));
|
DebugLn('[HandleGTKKeyUpDown] GDK_KEY_PRESS VKey=',dbgs(VKey.VKey),' SysKey=',dbgs(SysKey));
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
Msg.CharCode := VKey.VKey;
|
Msg.CharCode := VKey.VKey;
|
||||||
@ -8204,6 +8204,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.359 2005/05/28 00:41:15 mattias
|
||||||
|
removed verbosity
|
||||||
|
|
||||||
Revision 1.358 2005/05/26 15:54:02 mattias
|
Revision 1.358 2005/05/26 15:54:02 mattias
|
||||||
changed OI SHow Hints option to resource string, added TProjectDescriptor.DoInitDescriptor
|
changed OI SHow Hints option to resource string, added TProjectDescriptor.DoInitDescriptor
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user