diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-21 16:42:17 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-21 16:59:09 +0100 |
| commit | 69137c3d2b583b30b76f3e4a103fba6b9abd97fe (patch) | |
| tree | ac7d8c8e85cee0a1b41e8711da4aeaec6c5a4139 /tracker-pt/ftnoir_tracker_pt_dialog.cpp | |
| parent | 4896a8a8cdce0a6da8379b3ee167773c97fc7131 (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.cpp | 1 |
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())); |
