mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-23 23:03:55 +02:00
Turns out the failsafe I added yesterday in r11929 was the correct solution to bug 367. This commit just adjusts the comments.
This also has the fix for bug 232, derived from the patch by Gaurav Agarwal. Also changed several lingering "linking" comments to "sync-lock", the agreed on current terminology.
This commit is contained in:
@@ -602,7 +602,7 @@ void ToolManager::ReadConfig()
|
||||
bar->Layout();
|
||||
}
|
||||
#else
|
||||
// note that this section is here because if you had been using linking and now you aren't,
|
||||
// note that this section is here because if you had been using sync-lock and now you aren't,
|
||||
// the space for the extra button is stored in audacity.cfg, and so you get an extra space
|
||||
// in the EditToolbar.
|
||||
// It is needed so that the meterToolbar size gets preserved.
|
||||
|
Reference in New Issue
Block a user