mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Issue #213: Assign system or custom font once, to the application, and let all forms inherit that font, so there is no need to call InheritFont() for each form.
This commit is contained in:
@ -53,7 +53,6 @@ uses main;
|
||||
|
||||
procedure TDataSortingForm.FormCreate(Sender: TObject);
|
||||
begin
|
||||
InheritFont(Font);
|
||||
TranslateComponent(Self);
|
||||
ColumnNames := TStringList.Create;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user