mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-05 23:19:06 +02:00
Whoops, we lost the non-multi draw tool! Fix that.
This commit is contained in:
parent
812f3649de
commit
7b93a3afe2
@ -88,6 +88,7 @@ std::vector<UIHandlePtr> WaveTrack::DetailedHitTest
|
||||
case drawTool:
|
||||
result = SampleHandle::HitAnywhere(
|
||||
mSampleHandle, st.state, Pointer<WaveTrack>(this));
|
||||
break;
|
||||
default:
|
||||
result = {};
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user