mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-17 14:43:55 +01: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
|
(flags & actual) == actual
|
||||||
&&
|
&&
|
||||||
// Can we get the condition we need?
|
// Can we get the condition we need?
|
||||||
(MissingFlags & enabler.possibleFlags()).any()
|
(MissingFlags & enabler.possibleFlags()) == MissingFlags
|
||||||
) {
|
) {
|
||||||
// Then try the function
|
// Then try the function
|
||||||
enabler.tryEnable( project, flagsRqd );
|
enabler.tryEnable( project, flagsRqd );
|
||||||
|
|||||||
Reference in New Issue
Block a user