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:
parent
eece31e1d4
commit
102f3c2130
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user