mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 09:00:30 +02:00
* fix webbug 2102-C
This commit is contained in:
parent
51ac1e5555
commit
44e4a4c936
@ -220,6 +220,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
SetDisplayText(I,S);
|
SetDisplayText(I,S);
|
||||||
UpdateAttrs(I,attrAll);
|
UpdateAttrs(I,attrAll);
|
||||||
|
DrawView;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
ProcessTemplate:=OK;
|
ProcessTemplate:=OK;
|
||||||
@ -290,7 +291,10 @@ end;
|
|||||||
END.
|
END.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2002-09-07 15:40:45 peter
|
Revision 1.4 2002-09-26 20:45:08 pierre
|
||||||
|
* fix webbug 2102-C
|
||||||
|
|
||||||
|
Revision 1.3 2002/09/07 15:40:45 peter
|
||||||
* old logs removed and tabs fixed
|
* old logs removed and tabs fixed
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user