소스 검색

* fix webbug 2102-C

pierre 23 년 전
부모
커밋
44e4a4c936
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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
 
 }