fix find in rxlockupcombo with press Spacebar

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2668 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2013-02-10 14:29:33 +00:00
parent ca816f94e0
commit ea52b268e3

View File

@ -902,7 +902,7 @@ end;
procedure TPopUpGrid.UTF8KeyPress(var UTF8Key: TUTF8Char);
begin
inherited UTF8KeyPress(UTF8Key);
if UTF8Key>#32 then
if UTF8Key>=#32 then
FindNextChar(UTF8Key)
else
if UTF8Key = #8 then