1
0
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:
BusinessmanProgrammerSteve 2010-05-02 02:44:24 +00:00
parent bb9b9eeb27
commit b35264aacc

View File

@ -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;
}