1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-08 08:01:19 +02:00

Bug 1583 - "Pinned" play head preference requires restart

This commit is contained in:
James Crook 2017-05-14 19:32:46 +01:00
parent a532d99289
commit 83d3864738

View File

@ -160,6 +160,8 @@ void TracksPrefs::SetPinnedHeadPreference(bool value, bool flush)
bool TracksPrefs::Apply()
{
// Bug 1583: Clear the caching of the preference pinned state.
iPreferencePinned = -1;
ShuttleGui S(this, eIsSavingToPrefs);
PopulateOrExchange(S);