mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-23 15:50:05 +02:00
This commit is contained in:
parent
9ee545db13
commit
e84c5d92af
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user