1
0
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:
Paul Licameli
2015-08-04 12:23:50 -04:00
parent 7b737a99c7
commit db896e6511
2 changed files with 47 additions and 82 deletions

View File

@@ -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;