mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0002235] On remote desktop is bottom inform line (Selected files count etc) becomes unreadable due to invalid redraw
This commit is contained in:
parent
c1012492b9
commit
61c9656140
1 changed files with 7 additions and 6 deletions
|
|
@ -95,12 +95,13 @@ begin
|
|||
|
||||
pnlHeader := TFileViewHeader.Create(Self, Self);
|
||||
|
||||
pnlFooter := TPanel.Create(Self);
|
||||
pnlFooter.Parent := Self;
|
||||
pnlFooter.Align := alBottom;
|
||||
pnlFooter.BevelInner := bvNone;
|
||||
pnlFooter.BevelOuter := bvNone;
|
||||
pnlFooter.AutoSize := True;
|
||||
pnlFooter := TPanel.Create(Self);
|
||||
pnlFooter.Parent := Self;
|
||||
pnlFooter.Align := alBottom;
|
||||
pnlFooter.BevelInner := bvNone;
|
||||
pnlFooter.BevelOuter := bvNone;
|
||||
pnlFooter.AutoSize := True;
|
||||
pnlFooter.DoubleBuffered := True;
|
||||
|
||||
lblInfo := TLabel.Create(pnlFooter);
|
||||
lblInfo.Parent := pnlFooter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue