1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-23 23:03:55 +02:00

Change "Sync-Lock Tracks" button image from chain-link to clock.

EXPERIMENTAL_LINKING -> EXPERIMENTAL_SYNC_LOCK

Restore some "border" lines in TrackInfo.


Get rid of unused DEFINE_COLOUR( clrTrackInfoSyncLockSel...).

Clean out some undocumented commented-out code. Add/remove some comments.
This commit is contained in:
v.audacity
2010-09-14 05:52:01 +00:00
parent c3cc10a265
commit a07fe36456
9 changed files with 4067 additions and 4075 deletions

View File

@@ -584,7 +584,7 @@ void ToolManager::ReadConfig()
bar->Create( mBotDock );
}
#ifdef EXPERIMENTAL_LINKING
#ifdef EXPERIMENTAL_SYNC_LOCK
// Set the width
if( width[ ndx ] >= bar->GetSize().x )
{