mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 06:27:12 +01:00
* remove break for #1 in THelpTopic.Rebuild
This commit is contained in:
parent
da09ad93c7
commit
8438d097f5
@ -567,7 +567,7 @@ begin
|
||||
LineStart:=0;
|
||||
LineAlign:=laLeft;
|
||||
end;
|
||||
#1 : Break;
|
||||
#1 : {Break};
|
||||
hscLink :
|
||||
begin
|
||||
CheckZeroLevel;
|
||||
@ -1386,7 +1386,10 @@ end;
|
||||
END.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.3 2001-09-24 23:54:46 pierre
|
||||
Revision 1.4 2001-09-26 22:46:04 pierre
|
||||
* remove break for #1 in THelpTopic.Rebuild
|
||||
|
||||
Revision 1.3 2001/09/24 23:54:46 pierre
|
||||
* save text position to allow correct cursor placement when zooming
|
||||
|
||||
Revision 1.2 2001/08/05 02:01:49 peter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user