Browse Source

FIX: SyncDirs - last column width

Alexander Koblov 4 years ago
parent
commit
373c2034aa
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/fsyncdirsdlg.pas

+ 1 - 3
src/fsyncdirsdlg.pas

@@ -875,9 +875,7 @@ begin
       end;
       if Assigned(r.FFileR) then
       begin
-        with hCols[6] do
-          TextRect(Rect(Left, aRect.Top, Left + Width, aRect.Bottom),
-            Left + 2, aRect.Top + 2, FVisibleItems[aRow]);
+        TextOut(hCols[6].Left + 2, aRect.Top + 2, FVisibleItems[aRow]);
         s := IntToStr(r.FFileR.Size);
         with hCols[5] do begin
           x := Left + Width - 8 - TextWidth(s);