mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-07 23:51:14 +02:00
Click to switch to seeking, in scrub bar only. Not track panel.
This commit is contained in:
commit
4b3fd2e15a
@ -590,10 +590,12 @@ bool Scrubber::MayDragToSeek() const
|
|||||||
ruler->GetScreenRect().Contains(position))
|
ruler->GetScreenRect().Contains(position))
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
/*
|
||||||
auto trackPanel = mProject->GetTrackPanel();
|
auto trackPanel = mProject->GetTrackPanel();
|
||||||
if (trackPanel &&
|
if (trackPanel &&
|
||||||
trackPanel->GetScreenRect().Contains(position))
|
trackPanel->GetScreenRect().Contains(position))
|
||||||
return true;
|
return true;
|
||||||
|
*/
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user