1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Move drawing code for track controls

This commit is contained in:
Paul Licameli
2018-11-04 09:51:39 -05:00
parent b45d1387dc
commit 488cb466c3
6 changed files with 94 additions and 93 deletions

View File

@@ -176,9 +176,6 @@ protected:
void DrawEverythingElse(TrackPanelDrawingContext &context,
const wxRegion & region,
const wxRect & clip);
void DrawOutside(
TrackPanelDrawingContext &context,
const Track *leaderTrack, const wxRect & teamRect);
void HighlightFocusedTrack (wxDC* dc, const wxRect &rect);