Browse Source

* Really fixed the bug in "ChangeInLine" now: Not only width and height
were swapped before, but x and y too...

sg 25 years ago
parent
commit
651297ed6e
1 changed files with 6 additions and 2 deletions
  1. 6 2
      fcl/shedit/drawing.inc

+ 6 - 2
fcl/shedit/drawing.inc

@@ -71,7 +71,7 @@ begin
   end;
   end;
 
 
   // Redraw all lines with changed SH flags
   // Redraw all lines with changed SH flags
-  FWidget.InvalidateRect(line, 0, FWidget.PageWidth, (CurLine - line) + 1);
+  FWidget.InvalidateRect(0, line, FWidget.PageWidth, (CurLine - line) + 1);
 end;
 end;
 
 
 
 
@@ -258,7 +258,11 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.10  2000-02-10 18:11:30  sg
+  Revision 1.11  2000-02-10 18:20:23  sg
+  * Really fixed the bug in "ChangeInLine" now: Not only width and height
+    were swapped before, but x and y too...
+
+  Revision 1.10  2000/02/10 18:11:30  sg
   * Fixed operand order for InvalidateRect in "ChangeInLine"
   * Fixed operand order for InvalidateRect in "ChangeInLine"
 
 
   Revision 1.9  2000/01/31 19:23:37  sg
   Revision 1.9  2000/01/31 19:23:37  sg