mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 21:55:56 +02:00
LCL, fix crash on inserting record in multiselect dbgrid, from Luiz Americo, issue #28688
git-svn-id: trunk@49856 -
This commit is contained in:
parent
357c12a4d6
commit
684039eff1
@ -4520,6 +4520,8 @@ begin
|
||||
{$endif}
|
||||
|
||||
Result := False;
|
||||
if Item=nil then
|
||||
Exit;
|
||||
if FCanDoBinarySearch then
|
||||
BinarySearch
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user