From b8a7473fec5a1bb800e2b5e8b6ba32e5e0d3c9f6 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 16 Feb 2020 12:48:39 +0000 Subject: [PATCH] * hopefully finally fix of r44186 git-svn-id: trunk@44190 - --- packages/ide/fpdebug.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ide/fpdebug.pas b/packages/ide/fpdebug.pas index 76c7eb7749..f98b564806 100644 --- a/packages/ide/fpdebug.pas +++ b/packages/ide/fpdebug.pas @@ -2531,7 +2531,7 @@ begin ST^.GrowMode:=gfGrowHiX; Insert(ST); GetExtent(R); R.Grow(-1,-1); Inc(R.A.Y,1); R.B.Y:=R.A.Y+1; - New(ST, Init(R, CharStr('Ä', MaxViewWidth))); + New(ST, Init(R, CharStr('Ä', MaxViewWidth))); ST^.GrowMode:=gfGrowHiX; Insert(ST); GetExtent(R); R.Grow(-1,-1); Inc(R.A.Y,2);Dec(R.B.Y,5);