mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-25 23:44:13 +02: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(
|
result = SampleHandle::HitAnywhere(
|
||||||
mSampleHandle, st.state, Pointer<WaveTrack>(this));
|
mSampleHandle, st.state, Pointer<WaveTrack>(this));
|
||||||
default:
|
default:
|
||||||
|
result = {};
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (result)
|
if (result)
|
||||||
|
|||||||
Reference in New Issue
Block a user