1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-16 08:34:10 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
James Crook 2015-09-16 20:20:58 +01:00
commit beeb396bf4

View File

@ -361,6 +361,9 @@ bool SpectrumPrefs::Validate()
bool SpectrumPrefs::Apply()
{
if (!Validate())
return false;
const bool isOpenPage = this->IsShown();
WaveTrack *const partner =