mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Read fonts settings from xml-config (fixes #2052)
This commit is contained in:
parent
fdcc704ced
commit
cad083f6e8
1 changed files with 3 additions and 3 deletions
6
components/doublecmd/dcxmlconfig.pas
Normal file → Executable file
6
components/doublecmd/dcxmlconfig.pas
Normal file → Executable file
|
|
@ -119,7 +119,7 @@ type
|
|||
// ------------------------------------------------------------------------
|
||||
|
||||
procedure GetFont(const aNode: TXmlNode; Path: TXmlPath;
|
||||
out Name: String; out Size: Integer; out Style, Quality: Integer;
|
||||
var Name: String; var Size: Integer; var Style, Quality: Integer;
|
||||
const DefName: String; const DefSize: Integer; const DefStyle, DefQuality: Integer);
|
||||
|
||||
procedure SetFont(const aNode: TXmlNode; Path: TXmlPath;
|
||||
|
|
@ -788,8 +788,8 @@ begin
|
|||
end;
|
||||
end;
|
||||
|
||||
procedure TXmlConfig.GetFont(const aNode: TXmlNode; Path: TXmlPath; out
|
||||
Name: String; out Size: Integer; out Style, Quality: Integer;
|
||||
procedure TXmlConfig.GetFont(const aNode: TXmlNode; Path: TXmlPath; var
|
||||
Name: String; var Size: Integer; var Style, Quality: Integer;
|
||||
const DefName: String; const DefSize: Integer; const DefStyle,
|
||||
DefQuality: Integer);
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue