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