mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 17:14:07 +01:00
Click to switch to seeking, in scrub bar only. Not track panel.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user