mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
Better fix for bug 802.
This commit is contained in:
@@ -268,7 +268,10 @@ public:
|
||||
void SetProject(AudacityProject* project) {mProject = project;};
|
||||
void GetMaxSize(wxCoord *width, wxCoord *height);
|
||||
|
||||
void RegenerateTooltips();
|
||||
|
||||
private:
|
||||
void OnCapture(wxCommandEvent & evt);
|
||||
void OnErase(wxEraseEvent &evt);
|
||||
void OnPaint(wxPaintEvent &evt);
|
||||
void OnSize(wxSizeEvent &evt);
|
||||
@@ -306,6 +309,8 @@ private:
|
||||
double mPlayRegionStart;
|
||||
double mPlayRegionEnd;
|
||||
|
||||
bool mIsRecording;
|
||||
|
||||
enum MouseEventState {
|
||||
mesNone,
|
||||
mesDraggingPlayRegionStart,
|
||||
|
Reference in New Issue
Block a user