Browse Source

FIX: SyncDirs - last column width

Alexander Koblov 4 năm trước cách đây
mục cha
commit
373c2034aa
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  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);