mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 04:42:11 +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
|
begin
|
||||||
inherited Create(TheOwner);
|
inherited Create(TheOwner);
|
||||||
font.Name := 'monospace';
|
|
||||||
Caption:= lisDbgTerminal;
|
Caption:= lisDbgTerminal;
|
||||||
ttyHandle := handleUnopened;
|
ttyHandle := handleUnopened;
|
||||||
fRowsPerScreen := -1;
|
fRowsPerScreen := -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user