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:
parent
4fb51cad07
commit
db02cdb89e
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user