1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-20 07:31:19 +01:00

Move drawing of snap guidelines out of TrackPanel.cpp

This commit is contained in:
Paul Licameli
2017-06-10 20:48:02 -04:00
parent 198dbc4c2a
commit a3037b5734
3 changed files with 18 additions and 9 deletions

View File

@@ -28,6 +28,7 @@ class WaveClip;
class WaveTrack;
class TrackList;
class ZoomInfo;
class wxDC;
class TrackClip
{
@@ -101,6 +102,8 @@ public:
static const wxString & GetSnapValue(int index);
static int GetSnapIndex(const wxString & value);
static void Draw( wxDC *dc, wxInt64 left, wxInt64 right );
private:
void Reinit();