From 102f3c21309e3a1020289517aca2a1b19069ee4d Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Sat, 5 Sep 2015 10:10:19 -0400 Subject: [PATCH] A detail of interaction of spectral selection and undo --- src/TrackPanel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TrackPanel.cpp b/src/TrackPanel.cpp index 99b60fdb4..a99042d38 100644 --- a/src/TrackPanel.cpp +++ b/src/TrackPanel.cpp @@ -2643,8 +2643,8 @@ void TrackPanel::SelectionHandleClick(wxMouseEvent & event, mSelStartValid = false; ExtendFreqSelection(event.m_y, rect.y, rect.height); UpdateSelectionDisplay(); - // Frequency selection doesn't persist (yet?), so skip this: - // MakeParentModifyState(false); + // Frequency selection persists too, so do this: + MakeParentModifyState(false); return; }