1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 09:39:42 +02:00

Bug 1495 - Scrub Toolbar is default-enabled for upgraders

This commit is contained in:
James Crook 2016-09-08 21:38:29 +01:00
parent 315679dad5
commit 22726dc41d

View File

@ -494,7 +494,7 @@ static struct DefaultConfigEntry {
// start another top dock row
{ ScrubbingBarID, NoBarID, TransportBarID },
{ DeviceBarID, ScrubbingBarID, TransportBarID },
{ DeviceBarID, ScrubbingBarID, NoBarID },
// Hidden by default in top dock
{ MeterBarID, NoBarID, NoBarID },
@ -852,7 +852,7 @@ void ToolManager::ReadConfig()
// Remember not to place the device toolbar again
deviceWasPositioned = true;
}
Expose( t->GetId(), show[ t->GetId() ] );
continue;
}