mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 07:29:29 +02:00
Typo in last commit.
This commit is contained in:
parent
bb9b9eeb27
commit
b35264aacc
@ -1582,7 +1582,7 @@ bool LabelTrack::CaptureKey(wxKeyEvent & event)
|
||||
{
|
||||
double t0, t1;
|
||||
pProj->GetPlayRegion(&t0, &t1);
|
||||
if (pProj->mViewInfo.sel0 == t0 && pProj->mViewInfo.sel1)
|
||||
if (pProj->mViewInfo.sel0 == t0 && pProj->mViewInfo.sel1 == t1)
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user