mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-29 14:48:39 +02:00
Fix TAB key cycle with cutline in Select tool
This commit is contained in:
parent
4d1ce201e4
commit
f24a704a5b
@ -89,6 +89,7 @@ std::vector<UIHandlePtr> WaveTrack::DetailedHitTest
|
||||
result = SampleHandle::HitAnywhere(
|
||||
mSampleHandle, st.state, Pointer<WaveTrack>(this));
|
||||
default:
|
||||
result = {};
|
||||
break;
|
||||
}
|
||||
if (result)
|
||||
|
Loading…
x
Reference in New Issue
Block a user