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:
@@ -1025,7 +1025,7 @@ const ReservedCommandFlag
|
||||
|
||||
return false;
|
||||
},
|
||||
cutCopyOptions
|
||||
cutCopyOptions()
|
||||
};
|
||||
|
||||
MenuTable::BaseItemPtr EditMenu( AudacityProject & )
|
||||
|
||||
Reference in New Issue
Block a user