Browse Source

* Indicator like in BP, web bug #1945

pierre 23 years ago
parent
commit
033a8ab075
1 changed files with 5 additions and 2 deletions
  1. 5 2
      ide/wcedit.pas

+ 5 - 2
ide/wcedit.pas

@@ -815,7 +815,7 @@ begin
 {$endif debug}
 {$endif debug}
      L[0] := Location.Y + 1;
      L[0] := Location.Y + 1;
      L[1] := Location.X + 1;
      L[1] := Location.X + 1;
-     FormatStr(S, '%d:%d ', L);
+     FormatStr(S, ' %d:%d ', L);
      MoveStr(B[8 - Pos(':', S)], S, Color);
      MoveStr(B[8 - Pos(':', S)], S, Color);
    end;
    end;
   WriteBuf(0, 0, Size.X, 1, B);
   WriteBuf(0, 0, Size.X, 1, B);
@@ -2050,7 +2050,10 @@ end;
 END.
 END.
 {
 {
  $Log$
  $Log$
- Revision 1.11  2002-08-26 13:40:15  pierre
+ Revision 1.12  2002-09-03 11:50:08  pierre
+  * Indicator like in BP, web bug 1945
+
+ Revision 1.11  2002/08/26 13:40:15  pierre
   * fix for bug report 2000
   * fix for bug report 2000
 
 
  Revision 1.10  2002/08/26 13:01:39  pierre
  Revision 1.10  2002/08/26 13:01:39  pierre