mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-26 23:33:49 +01:00
Actually check in the change to fix Bug 517 (intended in r11795). Added comment for code fixing Bug 523.
This commit is contained in:
@@ -222,12 +222,7 @@ void KeyConfigPrefs::RepopulateBindingsList()
|
||||
Labels,
|
||||
Categories,
|
||||
// True to include effects (list items), false otherwise.
|
||||
// Hotkeys for effects not yet supported on Linux/Mac.
|
||||
#ifdef __WXMSW__
|
||||
true
|
||||
#else
|
||||
false
|
||||
#endif
|
||||
);
|
||||
|
||||
bool save = (mKeys.GetCount() == 0);
|
||||
|
||||
Reference in New Issue
Block a user