1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-27 07:43:50 +01:00

Bug2224: Should have error message trying to cut without selection...

... I got bitten by problems of static variable initialization order
This commit is contained in:
Paul Licameli
2019-12-31 12:08:07 -05:00
parent 917e84f382
commit 353a235708
3 changed files with 7 additions and 4 deletions

View File

@@ -1025,7 +1025,7 @@ const ReservedCommandFlag
return false;
},
cutCopyOptions
cutCopyOptions()
};
MenuTable::BaseItemPtr EditMenu( AudacityProject & )