From 83d38647385b17572b77d2eae858c84164d62f66 Mon Sep 17 00:00:00 2001 From: James Crook Date: Sun, 14 May 2017 19:32:46 +0100 Subject: [PATCH] Bug 1583 - "Pinned" play head preference requires restart --- src/prefs/TracksPrefs.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/prefs/TracksPrefs.cpp b/src/prefs/TracksPrefs.cpp index c7ca98e58..35d75aaca 100644 --- a/src/prefs/TracksPrefs.cpp +++ b/src/prefs/TracksPrefs.cpp @@ -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);