mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 17:49:45 +02:00
Bug 1495 - Scrub Toolbar is default-enabled for upgraders
This commit is contained in:
parent
315679dad5
commit
22726dc41d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user