mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-10 09:01:13 +02:00
A preference checkbox for always scrubbing unpinned, does nothing yet
This commit is contained in:
parent
c86a46dc99
commit
ac1017ee1d
@ -123,6 +123,12 @@ void PlaybackPrefs::PopulateOrExchange(ShuttleGui & S)
|
|||||||
S.TieCheckBox("&Vari-Speed Play", "/AudioIO/VariSpeedPlay", true);
|
S.TieCheckBox("&Vari-Speed Play", "/AudioIO/VariSpeedPlay", true);
|
||||||
}
|
}
|
||||||
S.EndTwoColumn();
|
S.EndTwoColumn();
|
||||||
|
|
||||||
|
S.StartTwoColumn();
|
||||||
|
{
|
||||||
|
S.TieCheckBox("Always scrub un&pinned", "/AudioIO/UnpinnedScrubbing", true);
|
||||||
|
}
|
||||||
|
S.EndTwoColumn();
|
||||||
}
|
}
|
||||||
S.EndStatic();
|
S.EndStatic();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user