mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 02:41:51 +02:00
fixed: updating default titlefont (through grid.font change) modify colcount, fixed double releasing of FValueUnchecked (from Aleksey Lagunov)
git-svn-id: trunk@8019 -
This commit is contained in:
parent
72e97eced6
commit
ecf75a0527
@ -3041,7 +3041,7 @@ end;
|
||||
|
||||
destructor TColumn.Destroy;
|
||||
begin
|
||||
if FValueChecked<>nil then StrDispose(FValueUnchecked);
|
||||
if FValueChecked<>nil then StrDispose(FValueChecked);
|
||||
if FValueUnchecked<>nil then StrDispose(FValueUnchecked);
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
@ -4944,7 +4944,6 @@ begin
|
||||
FTitleFont.Assign(Font);
|
||||
FTitleFontIsDefault := True;
|
||||
end;
|
||||
ColumnsChanged(nil);
|
||||
end;
|
||||
|
||||
procedure TCustomGrid.EditorPos;
|
||||
|
Loading…
Reference in New Issue
Block a user