mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 23:56:04 +02:00
Grids, redraw grid on changing TitleFont where there are no Custom Columns, issue #25878
git-svn-id: trunk@44775 -
This commit is contained in:
parent
b50fcc983d
commit
c832474b16
@ -4220,7 +4220,8 @@ begin
|
||||
if FColumns.Enabled then begin
|
||||
FColumns.TitleFontChanged;
|
||||
ColumnsChanged(nil);
|
||||
end;
|
||||
end else
|
||||
VisualChange;
|
||||
end;
|
||||
|
||||
procedure TCustomGrid.ReadColumns(Reader: TReader);
|
||||
|
Loading…
Reference in New Issue
Block a user