mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 03:32:09 +01:00
Typo in last commit.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user