mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-11 17:41:15 +02:00
Add "Benchmark completed successfully." to end of Benchmark run.
This commit is contained in:
parent
588ee05965
commit
0d64482f87
@ -530,6 +530,7 @@ void BenchmarkDialog::OnRun( wxCommandEvent &event )
|
|||||||
d->Deref();
|
d->Deref();
|
||||||
|
|
||||||
Sequence::SetMaxDiskBlockSize(oldBlockSize);
|
Sequence::SetMaxDiskBlockSize(oldBlockSize);
|
||||||
|
Printf(wxT("Benchmark completed successfully.\n"));
|
||||||
HoldPrint(false);
|
HoldPrint(false);
|
||||||
|
|
||||||
gPrefs->Write(wxT("/GUI/EditClipCanMove"), editClipCanMove);
|
gPrefs->Write(wxT("/GUI/EditClipCanMove"), editClipCanMove);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user