mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 17:41:13 +02:00
Revert "Bug 2215 - Cut does not work when in Pause mode"
This reverts commit 458d92157a
.
The fix caused another bug: when paused, with select all enabled, all audio was selected.
This commit is contained in:
@@ -661,7 +661,7 @@ bool MenuManager::TryToMakeActionAllowed(
|
||||
(flags & actual) == actual
|
||||
&&
|
||||
// Can we get the condition we need?
|
||||
(MissingFlags & enabler.possibleFlags()).any()
|
||||
(MissingFlags & enabler.possibleFlags()) == MissingFlags
|
||||
) {
|
||||
// Then try the function
|
||||
enabler.tryEnable( project, flagsRqd );
|
||||
|
Reference in New Issue
Block a user