Skip to content

Commit 96f95b3

Browse files
committed
Fix to the Fmx TListBoxItem wrapper.
1 parent bf6470d commit 96f95b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/fmx/WrapFmxListBox.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ procedure TListBoxRegistration.RegisterWrappers(
7979

8080
class function TPyListBoxItem.DelphiObjectClass: TClass;
8181
begin
82-
Result := TListBox;
82+
Result := TListBoxItem;
8383
end;
8484

8585
function TPyListBoxItem.GetDelphiObject: TListBoxItem;

0 commit comments

Comments
 (0)