mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-25 14:11:28 +01:00
Bug 1495 - Scrub Toolbar is default-enabled for upgraders
This commit is contained in:
@@ -494,7 +494,7 @@ static struct DefaultConfigEntry {
|
|||||||
|
|
||||||
// start another top dock row
|
// start another top dock row
|
||||||
{ ScrubbingBarID, NoBarID, TransportBarID },
|
{ ScrubbingBarID, NoBarID, TransportBarID },
|
||||||
{ DeviceBarID, ScrubbingBarID, TransportBarID },
|
{ DeviceBarID, ScrubbingBarID, NoBarID },
|
||||||
|
|
||||||
// Hidden by default in top dock
|
// Hidden by default in top dock
|
||||||
{ MeterBarID, NoBarID, NoBarID },
|
{ MeterBarID, NoBarID, NoBarID },
|
||||||
@@ -852,7 +852,7 @@ void ToolManager::ReadConfig()
|
|||||||
// Remember not to place the device toolbar again
|
// Remember not to place the device toolbar again
|
||||||
deviceWasPositioned = true;
|
deviceWasPositioned = true;
|
||||||
}
|
}
|
||||||
|
Expose( t->GetId(), show[ t->GetId() ] );
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user