mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 15:53:49 +01:00
This commit is contained in:
@@ -236,9 +236,11 @@ void KeyConfigPrefs::RepopulateBindingsList()
|
||||
// Save the original key value to support canceling
|
||||
if (save) {
|
||||
mKeys.Add(key);
|
||||
// mNewKeys is what mKeys will change to
|
||||
// mNewKeys is what mKeys will change to.
|
||||
mNewKeys.Add(key);
|
||||
}
|
||||
else
|
||||
mNewKeys[i] = key; // Make sure mNewKeys is updated.
|
||||
|
||||
// if (cat != _("All") && ! Categories[i].StartsWith(cat)) {
|
||||
if (cat != _("All") && ! (Categories[i]== cat)) {
|
||||
|
||||
Reference in New Issue
Block a user