mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:47:59 +02:00
Cocoa: Fix #40620 release NSColumn again in TCocoaWSCustomListView.ColumnDelete()
This commit is contained in:
parent
47c0cc06cb
commit
6f2c3ed7f6
@ -1088,7 +1088,6 @@ begin
|
||||
|
||||
if lNSColumn = nil then Exit;
|
||||
lTableLV.removeTableColumn(lNSColumn);
|
||||
lNSColumn.release;
|
||||
end;
|
||||
|
||||
class function TCocoaWSCustomListView.ColumnGetWidth(
|
||||
|
Loading…
Reference in New Issue
Block a user