Merged revision(s) 59376 #567b28866b from trunk:

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

git-svn-id: branches/fixes_2_0@59390 -
This commit is contained in:
maxim 2018-10-29 23:03:31 +00:00
parent 9212530685
commit a8374659df

View File

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