mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [ 2383944 ] drive buttons
This commit is contained in:
parent
81464681e9
commit
43fcf16f2c
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
03.12.2008 FIX: Bug [ 2379193 ] font at first line
|
||||
05.12.2008 FIX: Bug [ 2383944 ] drive buttons
|
||||
03.12.2008 FIX: Bug [ 2379193 ] font at first line
|
||||
16.11.2008 FIX: Bug [ 1696012 ] Copying in Linux
|
||||
26.10.2008 FIX: Bug [ 1989488 ] Don't change interface language
|
||||
15.10.2008 FIX: Bug [ 1741043 ] Copying
|
||||
|
|
|
|||
|
|
@ -466,7 +466,7 @@ begin
|
|||
|
||||
(*Create Disk Panels*)
|
||||
dskLeft.Visible := gDriveBar2;
|
||||
if gDriveBar2 then
|
||||
if gDriveBar2 and gDriveBar1 then
|
||||
CreateDiskPanel(dskLeft);
|
||||
|
||||
dskRight.Visible := gDriveBar1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue