mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Apply newer font hack to export dialog
This commit is contained in:
@@ -82,6 +82,7 @@ uses main, helpers, dbconnection, mysql_structures;
|
||||
|
||||
procedure TfrmExportGrid.FormCreate(Sender: TObject);
|
||||
begin
|
||||
InheritFont(Font);
|
||||
OpenRegistry;
|
||||
editFilename.Text := GetRegValue(REGNAME_GEXP_FILENAME, editFilename.Text);
|
||||
radioOutputCopyToClipboard.Checked := GetRegValue(REGNAME_GEXP_OUTPUTCOPY, radioOutputCopyToClipboard.Checked);
|
||||
|
||||
Reference in New Issue
Block a user