diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/fpg_basegrid.pas | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/fpg_basegrid.pas b/src/gui/fpg_basegrid.pas index cb77be2d..51b50408 100644 --- a/src/gui/fpg_basegrid.pas +++ b/src/gui/fpg_basegrid.pas @@ -1,7 +1,7 @@ { fpGUI - Free Pascal GUI Toolkit - Copyright (C) 2006 - 2011 See the file AUTHORS.txt, included in this + Copyright (C) 2006 - 2012 See the file AUTHORS.txt, included in this distribution, for details of the copyright. See the file COPYING.modifiedLGPL, included in this distribution, @@ -855,6 +855,7 @@ var begin if consumed then exit; + fpgApplication.HideHint; case keycode of keyRight: |