mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-11 15:16:27 +01:00
Move many fields out of Envelope that are needed only during editing
This commit is contained in:
committed by
Paul Licameli
parent
3c4a15f5cb
commit
0af9b46eac
@@ -30,6 +30,7 @@
|
||||
class wxMenu;
|
||||
class wxRect;
|
||||
|
||||
class EnvelopeEditor;
|
||||
class LabelTrack;
|
||||
class SpectrumAnalyst;
|
||||
class TrackPanel;
|
||||
@@ -809,6 +810,9 @@ protected:
|
||||
// Keeps track of extra fractional vertical scroll steps
|
||||
double mVertScrollRemainder;
|
||||
|
||||
std::unique_ptr<EnvelopeEditor> mEnvelopeEditor;
|
||||
std::unique_ptr<EnvelopeEditor> mEnvelopeEditorRight;
|
||||
|
||||
protected:
|
||||
|
||||
// The screenshot class needs to access internals
|
||||
|
||||
Reference in New Issue
Block a user