1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-17 16:50:26 +02:00

A detail of interaction of spectral selection and undo

This commit is contained in:
Paul Licameli 2015-09-05 10:10:19 -04:00
parent eece31e1d4
commit 102f3c2130

View File

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