mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 23:21:33 +01: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