Skip to content

Commit

Permalink
Load settings for data selectors
Browse files Browse the repository at this point in the history
Refs #10903
  • Loading branch information
DanNixon committed Mar 26, 2015
1 parent 7fc87c2 commit 3695ac1
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -219,7 +219,8 @@ namespace IDA

void AbsorptionCorrections::loadSettings(const QSettings & settings)
{
UNUSED_ARG(settings);
m_uiForm.dsSampleInput->readSettings(settings.group());
m_uiForm.dsCanInput->readSettings(settings.group());
}


Expand Down

0 comments on commit 3695ac1

Please sign in to comment.