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:
commit
beeb396bf4
@ -361,6 +361,9 @@ bool SpectrumPrefs::Validate()
|
||||
|
||||
bool SpectrumPrefs::Apply()
|
||||
{
|
||||
if (!Validate())
|
||||
return false;
|
||||
|
||||
const bool isOpenPage = this->IsShown();
|
||||
|
||||
WaveTrack *const partner =
|
||||
|
Loading…
x
Reference in New Issue
Block a user