mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 17:52:16 +02:00
IDE: ObjectInspector: Fixed OI don't show "default" in list of font names. Issue #31958
git-svn-id: trunk@55220 -
This commit is contained in:
parent
34b48ac437
commit
d3f428a7d5
@ -443,6 +443,7 @@ procedure TFontNamePropertyEditor.GetValues(Proc: TGetStrProc);
|
||||
var
|
||||
I: Integer;
|
||||
begin
|
||||
Proc('default');
|
||||
for I := 0 to Screen.Fonts.Count -1 do
|
||||
Proc(Screen.Fonts[I]);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user