mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Last row padding color
This commit is contained in:
parent
382d1e19a5
commit
c4a2d9086d
1 changed files with 1 additions and 1 deletions
|
|
@ -1925,7 +1925,7 @@ begin
|
|||
// brush fake padding for last row
|
||||
if aRow = RowCount - 1 then
|
||||
begin
|
||||
Canvas.Brush.Color := gBackColor;
|
||||
Canvas.Brush.Color := Self.Color;
|
||||
aRect.Top := aRect.Bottom;
|
||||
Inc(aRect.Bottom, CELL_PADDING);
|
||||
Canvas.FillRect(aRect);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue