mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 15:59:38 +02:00
debugger: fix pseudo terminal, only memo needs monospace. Issue #0034192
git-svn-id: trunk@59376 -
This commit is contained in:
parent
e3566aa064
commit
567b28866b
@ -212,7 +212,6 @@ constructor TPseudoConsoleDlg.Create(TheOwner: TComponent);
|
||||
|
||||
begin
|
||||
inherited Create(TheOwner);
|
||||
font.Name := 'monospace';
|
||||
Caption:= lisDbgTerminal;
|
||||
ttyHandle := handleUnopened;
|
||||
fRowsPerScreen := -1;
|
||||
|
Loading…
Reference in New Issue
Block a user