* Patch from Andrew for bug #1282

git-svn-id: trunk@8207 -
This commit is contained in:
marc 2005-11-22 01:06:18 +00:00
parent b159119a00
commit 4b0db5cd88

View File

@ -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