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

A preference checkbox for always scrubbing unpinned, does nothing yet

This commit is contained in:
Paul Licameli 2018-08-24 18:12:25 -04:00
parent c86a46dc99
commit ac1017ee1d

View File

@ -123,6 +123,12 @@ void PlaybackPrefs::PopulateOrExchange(ShuttleGui & S)
S.TieCheckBox("&Vari-Speed Play", "/AudioIO/VariSpeedPlay", true);
}
S.EndTwoColumn();
S.StartTwoColumn();
{
S.TieCheckBox("Always scrub un&pinned", "/AudioIO/UnpinnedScrubbing", true);
}
S.EndTwoColumn();
}
S.EndStatic();