mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-19 09:30:06 +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))
|
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