mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
Proper initialization of menu handlers from preferences
This commit is contained in:
@@ -526,6 +526,10 @@ void UpdatePrefs() override
|
||||
mCircularTrackNavigation =
|
||||
gPrefs->ReadBool(wxT("/GUI/CircularTrackNavigation"), false);
|
||||
}
|
||||
Handler()
|
||||
{
|
||||
UpdatePrefs();
|
||||
}
|
||||
|
||||
}; // struct Handler
|
||||
|
||||
|
Reference in New Issue
Block a user