mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 19:39:37 +02:00
parent
b159119a00
commit
4b0db5cd88
@ -1202,7 +1202,7 @@ begin
|
||||
end;
|
||||
lvpMultiSelect: begin
|
||||
if AIsSet
|
||||
then gtk_clist_set_selection_mode(ACListWidget, GTK_SELECTION_MULTIPLE)
|
||||
then gtk_clist_set_selection_mode(ACListWidget, GTK_SELECTION_EXTENDED)
|
||||
else gtk_clist_set_selection_mode(ACListWidget, GTK_SELECTION_SINGLE);
|
||||
end;
|
||||
lvpOwnerDraw: begin
|
||||
|
Loading…
Reference in New Issue
Block a user