mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-29 06:59:27 +02:00
Switch priority of adjust and rearrange hit tests for sub-views
This commit is contained in:
parent
d531e8a2f8
commit
6c3731061f
@ -633,10 +633,10 @@ std::pair<
|
||||
|
||||
auto pWaveTrackView = mwWaveTrackView.lock();
|
||||
if ( pWaveTrackView && !state.state.HasModifiers() ) {
|
||||
if ( auto pHandle = SubViewRearrangeHandle::HitTest(
|
||||
if ( auto pHandle = SubViewAdjustHandle::HitTest(
|
||||
*pWaveTrackView, *this, state ) )
|
||||
results.second.push_back( pHandle );
|
||||
if ( auto pHandle = SubViewAdjustHandle::HitTest(
|
||||
if ( auto pHandle = SubViewRearrangeHandle::HitTest(
|
||||
*pWaveTrackView, *this, state ) )
|
||||
results.second.push_back( pHandle );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user