summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/ftnoir_tracker_pt_dialog.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-03-21 16:42:17 +0100
committerStanislaw Halik <sthalik@misaki.pl>2017-03-21 16:59:09 +0100
commit69137c3d2b583b30b76f3e4a103fba6b9abd97fe (patch)
treeac7d8c8e85cee0a1b41e8711da4aeaec6c5a4139 /tracker-pt/ftnoir_tracker_pt_dialog.cpp
parent4896a8a8cdce0a6da8379b3ee167773c97fc7131 (diff)
tracker/pt: hardcode trackmouse settings
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt_dialog.cpp')
-rw-r--r--tracker-pt/ftnoir_tracker_pt_dialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt_dialog.cpp b/tracker-pt/ftnoir_tracker_pt_dialog.cpp
index 6851e3fd..67b2ff93 100644
--- a/tracker-pt/ftnoir_tracker_pt_dialog.cpp
+++ b/tracker-pt/ftnoir_tracker_pt_dialog.cpp
@@ -63,6 +63,7 @@ TrackerDialog_PT::TrackerDialog_PT()
tie_setting(s.auto_threshold, ui.auto_threshold);
+ tie_setting(s.active_model_panel, ui.model_used);
connect( ui.tcalib_button,SIGNAL(toggled(bool)), this,SLOT(startstop_trans_calib(bool)));
connect(ui.buttonBox, SIGNAL(accepted()), this, SLOT(doOK()));