debugger: fix pseudo terminal, only memo needs monospace. Issue #0034192

git-svn-id: trunk@59376 -
This commit is contained in:
martin 2018-10-27 14:53:26 +00:00
parent e3566aa064
commit 567b28866b

View File

@ -212,7 +212,6 @@ constructor TPseudoConsoleDlg.Create(TheOwner: TComponent);
begin
inherited Create(TheOwner);
font.Name := 'monospace';
Caption:= lisDbgTerminal;
ttyHandle := handleUnopened;
fRowsPerScreen := -1;