Skip to content

Commit

Permalink
Sum files should default to true
Browse files Browse the repository at this point in the history
Refs #10215
  • Loading branch information
DanNixon committed Sep 25, 2014
1 parent aebe819 commit e70cf16
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -342,11 +342,13 @@ void IndirectDiffractionReduction::reflectionSelected(int)
{
m_uiForm.dem_ckSumFiles->setToolTip("OSIRIS cannot sum files in diffonly mode");
m_uiForm.dem_ckSumFiles->setEnabled(false);
m_uiForm.dem_ckSumFiles->setChecked(false);
}
else
{
m_uiForm.dem_ckSumFiles->setToolTip("");
m_uiForm.dem_ckSumFiles->setEnabled(true);
m_uiForm.dem_ckSumFiles->setChecked(true);
}
}

Expand Down

0 comments on commit e70cf16

Please sign in to comment.