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:
parent
a532d99289
commit
83d3864738
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user