LCL: TComboBox: keep Items sorted on handle destroy. Issue #31303

git-svn-id: trunk@54090 -
This commit is contained in:
ondrej 2017-02-04 20:10:08 +00:00
parent 07676afed8
commit ede622b2a3

View File

@ -80,6 +80,7 @@ begin
end;
// and use the internal list
FItems := NewStrings;
TStringList(FItems).Sorted := Sorted;
inherited DestroyWnd;
end;