1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 09:20:16 +01:00

Move drawing code for background of track control panel

This commit is contained in:
Paul Licameli
2019-06-18 12:00:27 -04:00
parent 1ca079b503
commit e7c1f7424d
5 changed files with 51 additions and 43 deletions

View File

@@ -1036,10 +1036,6 @@ void TrackPanel::DrawOutside
// Now exclude the resizer below
rect.height -= kSeparatorThickness;
int vrul = mViewInfo->GetVRulerOffset();
TrackInfo::DrawBackground( dc, rect, t->GetSelected(), vrul );
// Vaughan, 2010-08-24: No longer doing this.
// Draw sync-lock tiles in ruler area.
//if (t->IsSyncLockSelected()) {