1
0
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:
v.audacity
2012-08-20 20:26:42 +00:00
parent 7668084315
commit 0e287db4c9
4 changed files with 16 additions and 15 deletions

View File

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