1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 22:12:58 +02:00

Lower EVT_TRACK_PANEL_TIMER into Project...

... so there are fewer dependencies on TrackPanel.

This frees ASlider, Ruler, and ViewInfo from cycles
This commit is contained in:
Paul Licameli
2019-06-04 01:03:57 -04:00
parent 8f3cd8436a
commit 490544cfd4
6 changed files with 4 additions and 7 deletions

View File

@@ -15,7 +15,6 @@
#include "Prefs.h" // for RTL_WORKAROUND
#include "Project.h"
#include "ProjectAudioIO.h"
#include "TrackPanel.h" // for EVT_TRACK_PANEL_TIMER
#include "ViewInfo.h"
#include <wx/radiobut.h>