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:
@ -60,7 +60,6 @@ uses apphelpers, main;
|
||||
procedure TfrmSearchReplace.FormCreate(Sender: TObject);
|
||||
begin
|
||||
TranslateComponent(Self);
|
||||
InheritFont(Font);
|
||||
comboSearch.Items.Text := AppSettings.ReadString(asFindDialogSearchHistory);
|
||||
comboReplace.Items.Text := AppSettings.ReadString(asFindDialogReplaceHistory);
|
||||
comboSearch.Text := '';
|
||||
|
Reference in New Issue
Block a user