Revert "Cocoa: fix memory leak in LegacyScroller #41171"

This reverts commit e78f9e84ad.
This commit is contained in:
rich2014 2024-10-05 01:18:51 +08:00
parent e78f9e84ad
commit 32d8294154

View File

@ -511,7 +511,6 @@ begin
scrollBar:= TCocoaScrollBar(TCocoaScrollBar.alloc);
manager:= TCocoaScrollStyleManagerLegacy.createForScrollBar;
scrollBar.setManager( manager );
scrollBar.autorelease;
end;
function allocScroller(parent: TCocoaManualScrollView; dst: NSRect; aVisible: Boolean)