mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 16:12:57 +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;
|
inherited Create;
|
||||||
FGrid := AGrid;
|
FGrid := AGrid;
|
||||||
FList := TStringList.Create;
|
FList := TStringList.Create;
|
||||||
|
FList.CaseSensitive:=True;
|
||||||
|
FList.Sorted:=True;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TBookmarkList.Destroy;
|
destructor TBookmarkList.Destroy;
|
||||||
|
Loading…
Reference in New Issue
Block a user