mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-11 15:16:27 +01:00
Revert "Show only the appropriate channel-related track menu items for mono or stereo."
This reverts commit 7b737a99c7.
This commit is contained in:
@@ -239,8 +239,7 @@ class AUDACITY_DLL_API TrackPanel:public wxPanel {
|
||||
* the track around, via a single set of code.
|
||||
* @param menu the menu to add the commands to.
|
||||
*/
|
||||
static void BuildCommonDropMenuItems(wxMenu * menu);
|
||||
static void BuildWaveTrackMenuItems(wxMenu * menu, bool mono);
|
||||
virtual void BuildCommonDropMenuItems(wxMenu * menu);
|
||||
static void BuildVRulerMenuItems(wxMenu * menu, int firstId, const wxArrayString &names);
|
||||
virtual bool IsAudioActive();
|
||||
virtual bool IsUnsafe();
|
||||
@@ -820,8 +819,7 @@ protected:
|
||||
wxCursor *mStretchRightCursor;
|
||||
#endif
|
||||
|
||||
wxMenu *mMonoTrackMenu;
|
||||
wxMenu *mStereoTrackMenu;
|
||||
wxMenu *mWaveTrackMenu;
|
||||
wxMenu *mNoteTrackMenu;
|
||||
wxMenu *mTimeTrackMenu;
|
||||
wxMenu *mLabelTrackMenu;
|
||||
|
||||
Reference in New Issue
Block a user