* Fix bug ID #32923 using patch from Margers

git-svn-id: trunk@41080 -
This commit is contained in:
michael 2019-01-27 08:38:45 +00:00
parent 2927388c0a
commit 212c48e3fc

View File

@ -4256,7 +4256,7 @@ begin
C^.Insert(NewStr(S));
end;
begin
R.Assign(0,0,58,14{$ifdef NODEBUG}-1{$endif});
R.Assign(0,0,58,14{$ifdef USE_GRAPH_SWITCH}+1{$endif});
inherited Init(R, dialog_about);
HelpCtx:=hcAbout;
GetExtent(R); R.Grow(-3,-2);