mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 12:18:03 +02:00
fix dbgrid false bookmark duplicates, issue #7884
git-svn-id: trunk@10305 -
This commit is contained in:
parent
a604ab58bd
commit
a6020fde72
@ -3351,6 +3351,8 @@ begin
|
||||
inherited Create;
|
||||
FGrid := AGrid;
|
||||
FList := TStringList.Create;
|
||||
FList.CaseSensitive:=True;
|
||||
FList.Sorted:=True;
|
||||
end;
|
||||
|
||||
destructor TBookmarkList.Destroy;
|
||||
|
Loading…
Reference in New Issue
Block a user