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:
jesus 2005-11-01 06:35:53 +00:00
parent 72e97eced6
commit ecf75a0527
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -4944,7 +4944,6 @@ begin
FTitleFont.Assign(Font);
FTitleFontIsDefault := True;
end;
ColumnsChanged(nil);
end;
procedure TCustomGrid.EditorPos;