mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 21:19:27 +02:00
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:
parent
9212530685
commit
a8374659df
@ -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