FIX: Bug [ 2383944 ] drive buttons

This commit is contained in:
Alexander Koblov 2008-12-05 20:14:04 +00:00
commit 43fcf16f2c
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -466,7 +466,7 @@ begin
(*Create Disk Panels*)
dskLeft.Visible := gDriveBar2;
if gDriveBar2 then
if gDriveBar2 and gDriveBar1 then
CreateDiskPanel(dskLeft);
dskRight.Visible := gDriveBar1;