diff --git a/src/Menus.cpp b/src/Menus.cpp index 138cd3487..aec5db531 100644 --- a/src/Menus.cpp +++ b/src/Menus.cpp @@ -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 );