mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-01 20:29:28 +02:00
LCL: TComboBox: keep Items sorted on handle destroy. Issue #31303
git-svn-id: trunk@54090 -
This commit is contained in:
parent
07676afed8
commit
ede622b2a3
@ -80,6 +80,7 @@ begin
|
||||
end;
|
||||
// and use the internal list
|
||||
FItems := NewStrings;
|
||||
TStringList(FItems).Sorted := Sorted;
|
||||
|
||||
inherited DestroyWnd;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user