From 25b7a0040f34e416ab43df2054ccc7bf43b34495 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Fri, 21 Oct 2016 10:51:17 -0400 Subject: [PATCH] Make shortcut keys for moves really appear in track control menu... These are "Moved focused track up/down/to top/to bottom" in keyboard preferences. There were prior changes that made any shortcuts for them appear in the track control drop-down menu, but only after closing Preferences. They still did not appear after restart of Audacity, although the keystrokes had their effect. See commit bb7dba2b678735da60b857fa99e963396d5a875f and commit 7608e9cb521a6d57a030e1339b980c85f6b97227 --- src/TrackPanel.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/TrackPanel.cpp b/src/TrackPanel.cpp index 46c6e9ef3..fce732484 100644 --- a/src/TrackPanel.cpp +++ b/src/TrackPanel.cpp @@ -507,8 +507,6 @@ TrackPanel::TrackPanel(wxWindow * parent, wxWindowID id, mLabelTrackMenu = NULL; mTimeTrackMenu = NULL; - BuildMenus(); - mTrackArtist = std::make_unique(); mTrackArtist->SetInset(1, kTopMargin, kRightMargin, kBottomMargin);