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