Skip to content

Commit

Permalink
Fix checkForAndPromptUserForDisplayOptions(...) not always returnin…
Browse files Browse the repository at this point in the history
…g a value.
  • Loading branch information
wcjohns committed Apr 9, 2024
1 parent 3bd1a79 commit 001d7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpecMeasManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3663,7 +3663,7 @@ bool SpecMeasManager::checkForAndPromptUserForDisplayOptions( std::shared_ptr<Sp
// to check for this
if( viewingChecks == VariantChecksToDo::MultiVirtualDets )
{
return;
return false;
}

const char *title = "Select Binning";
Expand Down

0 comments on commit 001d7c0

Please sign in to comment.