mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 17:14:07 +01:00
Switch priority of adjust and rearrange hit tests for sub-views
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user