LCL: fixed setting TListBox.Items.Sorted for Listbox without handle, fixes #12216

git-svn-id: trunk@16688 -
This commit is contained in:
vincents 2008-09-23 20:35:55 +00:00
parent 9402e3b34d
commit fa633cdfbc

View File

@ -234,7 +234,7 @@ begin
TWSCustomListBoxClass(WidgetSetClass).SetSorted(Self, FItems, FSorted);
UnlockSelectionChange;
end else begin
TExtendedStringList(FItems).Sorted:=true;
TExtendedStringList(FItems).Sorted:=FSorted;
end;
end;