mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-15 08:07:41 +02:00
Revert "Channel cascade -- yes. Move cascade -- no."
This reverts commit d0071fc92ed049ef17119f35f42b440705e3a718, reversing changes made to 5a4d28dba3a7957d4857ae866b3e6d3e0b526c16.
This commit is contained in:
parent
d0071fc92e
commit
0c8ee32050
@ -158,7 +158,6 @@ is time to refresh some aspect of the screen.
|
|||||||
|
|
||||||
// This conditional compilation switch does not need to be seen
|
// This conditional compilation switch does not need to be seen
|
||||||
// in any other file, so I define it here, not in Experimental.h -- PRL
|
// in any other file, so I define it here, not in Experimental.h -- PRL
|
||||||
#undef EXPERIMENTAL_CASCADE_MOVE_MENU
|
|
||||||
#define EXPERIMENTAL_CASCADE_TCP_MENU
|
#define EXPERIMENTAL_CASCADE_TCP_MENU
|
||||||
|
|
||||||
#include "Audacity.h"
|
#include "Audacity.h"
|
||||||
@ -843,7 +842,7 @@ void TrackPanel::BuildCommonDropMenuItems(wxMenu * menu)
|
|||||||
menu->AppendSeparator();
|
menu->AppendSeparator();
|
||||||
|
|
||||||
wxMenu *theMenu;
|
wxMenu *theMenu;
|
||||||
#ifdef EXPERIMENTAL_CASCADE_MOVE_MENU
|
#ifdef EXPERIMENTAL_CASCADE_TCP_MENU
|
||||||
wxMenu *const moveMenu = new wxMenu();
|
wxMenu *const moveMenu = new wxMenu();
|
||||||
menu->Append(0, _("&Move"), moveMenu);
|
menu->Append(0, _("&Move"), moveMenu);
|
||||||
theMenu = moveMenu;
|
theMenu = moveMenu;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user