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