mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 18:21:26 +02:00
Gtk3: fixed TListBox.MultiSelect. issue #36971
git-svn-id: trunk@63090 -
This commit is contained in:
parent
6528ab5a42
commit
a3f4b124d6
@ -394,6 +394,7 @@ var
|
||||
begin
|
||||
AListBox := TGtk3ListBox.Create(AWinControl, AParams);
|
||||
AListBox.BorderStyle := TCustomListBox(AWinControl).BorderStyle;
|
||||
AListBox.MultiSelect := TCustomListBox(AWinControl).MultiSelect;
|
||||
Result := TLCLIntfHandle(AListBox);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user