mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-15 09:34:04 +01:00
A preference checkbox for always scrubbing unpinned, does nothing yet
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user