summaryrefslogtreecommitdiffhomepage
path: root/tracker-neuralnet/ftnoir_tracker_neuralnet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-neuralnet/ftnoir_tracker_neuralnet.cpp')
-rw-r--r--tracker-neuralnet/ftnoir_tracker_neuralnet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-neuralnet/ftnoir_tracker_neuralnet.cpp b/tracker-neuralnet/ftnoir_tracker_neuralnet.cpp
index 5f582340..f23356d5 100644
--- a/tracker-neuralnet/ftnoir_tracker_neuralnet.cpp
+++ b/tracker-neuralnet/ftnoir_tracker_neuralnet.cpp
@@ -780,7 +780,7 @@ NeuralNetDialog::NeuralNetDialog() :
for (const auto& [label, preset] : presets)
ui_.exposure_preset->addItem(label, int(preset));
- tie_setting(cs_.exposure_preset, ui_.exposure_preset);
+ tie_setting(cs_.exposure, ui_.exposure_preset);
}
connect(ui_.buttonBox, SIGNAL(accepted()), this, SLOT(doOK()));