Grids, redraw grid on changing TitleFont where there are no Custom Columns, issue #25878

git-svn-id: trunk@44775 -
This commit is contained in:
jesus 2014-04-21 15:38:44 +00:00
parent b50fcc983d
commit c832474b16

View File

@ -4220,7 +4220,8 @@ begin
if FColumns.Enabled then begin
FColumns.TitleFontChanged;
ColumnsChanged(nil);
end;
end else
VisualChange;
end;
procedure TCustomGrid.ReadColumns(Reader: TReader);