Browse Source

* fix webbug 2102-C

pierre 23 years ago
parent
commit
44e4a4c936
1 changed files with 5 additions and 1 deletions
  1. 5 1
      ide/fptemplt.pas

+ 5 - 1
ide/fptemplt.pas

@@ -220,6 +220,7 @@ begin
     begin
       SetDisplayText(I,S);
       UpdateAttrs(I,attrAll);
+      DrawView;
      end;
   end;
   ProcessTemplate:=OK;
@@ -290,7 +291,10 @@ end;
 END.
 {
   $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
 
 }