1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-23 15:50:05 +02:00
v.audacity 2013-03-09 02:41:48 +00:00
parent 9ee545db13
commit e84c5d92af

View File

@ -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)) {