1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-26 00:03:52 +02:00

Bug 1860 - Enh: Add preference to disable half-wave view on collapse.

This commit is contained in:
James Crook
2018-03-27 14:40:15 +01:00
parent 886388e02c
commit 2db691dc67
2 changed files with 17 additions and 7 deletions

View File

@@ -265,6 +265,11 @@ void TracksPrefs::PopulateOrExchange(ShuttleGui & S)
S.TieCheckBox(_("Sho&w audio track name as overlay"),
wxT("/GUI/ShowTrackNameInWaveform"),
false);
#ifdef EXPERIMENTAL_HALF_WAVE
S.TieCheckBox(_("Use &half-wave display when collapsed"),
wxT("/GUI/CollapseToHalfWave"),
false);
#endif
S.AddSpace(10);