mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 09:09:47 +02:00
Merge branch 'master' into scrubbing
This commit is contained in:
commit
44ed23f217
@ -318,10 +318,10 @@ void Scrubber::StopScrubbing()
|
||||
ControlToolBar *const ctb = mProject->GetControlToolBar();
|
||||
ctb->StopPlaying();
|
||||
}
|
||||
return true;
|
||||
return;
|
||||
}
|
||||
else
|
||||
return false;
|
||||
return;
|
||||
}
|
||||
|
||||
bool Scrubber::IsScrubbing() const
|
||||
|
@ -52,6 +52,10 @@ VersionInfoDescription={#AppName + " " + AppVersion + " Setup"}
|
||||
VersionInfoVersion={#GetFileVersion(AppExe)}
|
||||
VersionInfoCopyright={#GetFileCopyright(AppExe)}
|
||||
|
||||
; Don't disable the "Select Destination Location" wizard, even if
|
||||
; Audacity is already installed.
|
||||
DisableDirPage=no
|
||||
|
||||
; Always warn if dir exists, because we'll overwrite previous Audacity.
|
||||
DirExistsWarning=yes
|
||||
DisableProgramGroupPage=yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user