1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-05 19:21:59 +01:00

Move drawing code specific to Wave or to Note track controls...

... making cycles of some TrackControls subclasses with their handles, which
perhaps means those files should be fused, but that's for later
This commit is contained in:
Paul Licameli
2019-06-18 10:49:25 -04:00
parent 52844d9200
commit 627213cb74
13 changed files with 304 additions and 316 deletions

View File

@@ -3124,3 +3124,4 @@ void WaveTrack::DoZoom
if( pProject )
ProjectHistory::Get( *pProject ).ModifyState(true);
}