mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-31 16:09:28 +02:00
Fix keystroke handling in TrackPanel (such as Shift+M)
This commit is contained in:
parent
d7bdaf8eaa
commit
a00b1935d7
@ -1239,6 +1239,7 @@ void TrackPanel::OnCaptureKey(wxCommandEvent & event)
|
||||
const unsigned refreshResult =
|
||||
((TrackPanelCell*)t)->CaptureKey(*kevent, *mViewInfo, this);
|
||||
ProcessUIHandleResult(this, mRuler, t, t, refreshResult);
|
||||
event.Skip(kevent->GetSkipped());
|
||||
}
|
||||
else
|
||||
event.Skip();
|
||||
|
Loading…
x
Reference in New Issue
Block a user