1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-07 15:22:34 +02:00

Click to switch to seeking, in scrub bar only. Not track panel.

This commit is contained in:
Paul Licameli 2016-06-17 15:33:54 -04:00
parent 4fb51cad07
commit db02cdb89e

View File

@ -590,10 +590,12 @@ bool Scrubber::MayDragToSeek() const
ruler->GetScreenRect().Contains(position))
return true;
/*
auto trackPanel = mProject->GetTrackPanel();
if (trackPanel &&
trackPanel->GetScreenRect().Contains(position))
return true;
*/
return false;
}