1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-11 00:45:53 +01:00

Scanned for bad naked new; found none; changed comments, used safenew

This commit is contained in:
Paul Licameli
2017-07-22 23:54:56 -04:00
parent 7156479d11
commit f0de38dec1
22 changed files with 32 additions and 32 deletions

View File

@@ -324,7 +324,7 @@ void KeyConfigPrefs::RefreshBindings(bool bSort)
Labels,
mKeys,
bSort);
//Not needed as new nodes are already shown expanded.
//Not needed as NEW nodes are already shown expanded.
//mView->ExpandAll();
mNewKeys = mKeys;