1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-13 08:06:32 +01:00

Bug 1642 - (Windows) Adding a shortcut or toggling Extra Menus causes ENTER on dropdown to open new project

This commit is contained in:
James Crook
2017-05-15 23:17:10 +01:00
parent 97cdd31948
commit eaec68a014
2 changed files with 14 additions and 2 deletions

View File

@@ -448,7 +448,7 @@ void CommandManager::PurgeData()
mCommandIDHash.clear();
mCurrentMenuName = COMMAND;
mCurrentID = 0;
mCurrentID = 17000;
}