mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-26 07:56:37 +01:00
Move code for Label track menu items
This commit is contained in:
committed by
Paul Licameli
parent
516d812f3a
commit
01d5d30b7e
@@ -489,8 +489,6 @@ protected:
|
||||
virtual void MakeParentModifyState(bool bWantsAutoSave); // if true, writes auto-save file. Should set only if you really want the state change restored after
|
||||
// a crash, as it can take many seconds for large (eg. 10 track-hours) projects
|
||||
|
||||
virtual void OnSetFont(wxCommandEvent &event);
|
||||
|
||||
virtual void OnChangeOctave (wxCommandEvent &event);
|
||||
virtual void OnChannelChange(wxCommandEvent &event);
|
||||
virtual void OnSpectrogramSettings(wxCommandEvent &event);
|
||||
@@ -796,7 +794,7 @@ protected:
|
||||
size_t mChannelItemsInsertionPoint {};
|
||||
|
||||
std::unique_ptr<wxMenu>
|
||||
mNoteTrackMenu, mLabelTrackMenu,
|
||||
mNoteTrackMenu,
|
||||
mRulerWaveformMenu, mRulerSpectrumMenu;
|
||||
|
||||
// These sub-menus are owned by parent menus,
|
||||
|
||||
Reference in New Issue
Block a user