You've already forked lazarus-ccr
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:
@ -902,7 +902,7 @@ end;
|
|||||||
procedure TPopUpGrid.UTF8KeyPress(var UTF8Key: TUTF8Char);
|
procedure TPopUpGrid.UTF8KeyPress(var UTF8Key: TUTF8Char);
|
||||||
begin
|
begin
|
||||||
inherited UTF8KeyPress(UTF8Key);
|
inherited UTF8KeyPress(UTF8Key);
|
||||||
if UTF8Key>#32 then
|
if UTF8Key>=#32 then
|
||||||
FindNextChar(UTF8Key)
|
FindNextChar(UTF8Key)
|
||||||
else
|
else
|
||||||
if UTF8Key = #8 then
|
if UTF8Key = #8 then
|
||||||
|
Reference in New Issue
Block a user