mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 22:09:45 +02:00
* fixed right bound of statusline. Fixes mantis 13064
git-svn-id: trunk@13503 -
This commit is contained in:
parent
a9aba39d63
commit
51072d065b
@ -1814,7 +1814,7 @@ end;
|
||||
begin
|
||||
GetExtent(R);
|
||||
R.A.Y := R.B.Y - 1;
|
||||
R.B.X := R.B.X - 12;
|
||||
//R.B.X := R.B.X - 2;
|
||||
New(StatusLine,
|
||||
Init(R,
|
||||
NewStatusDef(0, $EFFF,nil,nil
|
||||
|
Loading…
Reference in New Issue
Block a user