mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:56:01 +02:00
Make TComboboxes sort again, including in OI
git-svn-id: trunk@814 -
This commit is contained in:
parent
c8ac3934aa
commit
625d865249
@ -3363,6 +3363,7 @@ begin
|
||||
ItemList:= TGtkListStringList.Create(PGtkList(Widget^.List));
|
||||
gtk_object_set_data(PGtkObject(Widget), 'LCLList', ItemList);
|
||||
ItemList.Assign(ComboBox.Items);
|
||||
ItemList.Sorted:= ComboBox.Sorted;
|
||||
|
||||
// ItemIndex
|
||||
if ComboBox.ItemIndex >= 0 then
|
||||
@ -5664,6 +5665,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.205 2002/09/07 20:30:50 lazarus
|
||||
Make TComboboxes sort again, including in OI
|
||||
|
||||
Revision 1.204 2002/09/07 12:14:51 lazarus
|
||||
EchoMode for TCustomEdit. emNone not implemented for GTK+, falls back to emPassword
|
||||
behaviour.
|
||||
|
Loading…
Reference in New Issue
Block a user