summaryrefslogtreecommitdiffhomepage
path: root/tracker-aruco/ftnoir_tracker_aruco.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-08-08 16:22:14 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-08-08 16:22:14 +0200
commit2778ac50551c5175125a066ba6b59cad6ce4e45b (patch)
treefd2446a47af588eef263fe85a0be4fdfe59a98ac /tracker-aruco/ftnoir_tracker_aruco.cpp
parent744574a36be2914c6d4641a9fa6e76359a4e218e (diff)
gui, tracker/{aruco,pt}: do action on button correct press, not button hold
Diffstat (limited to 'tracker-aruco/ftnoir_tracker_aruco.cpp')
-rw-r--r--tracker-aruco/ftnoir_tracker_aruco.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-aruco/ftnoir_tracker_aruco.cpp b/tracker-aruco/ftnoir_tracker_aruco.cpp
index a3fa9941..2013dddb 100644
--- a/tracker-aruco/ftnoir_tracker_aruco.cpp
+++ b/tracker-aruco/ftnoir_tracker_aruco.cpp
@@ -423,7 +423,7 @@ TrackerControls::TrackerControls()
connect(ui.btn_calibrate, SIGNAL(clicked()), this, SLOT(toggleCalibrate()));
connect(this, SIGNAL(destroyed()), this, SLOT(cleanupCalib()));
connect(&calib_timer, SIGNAL(timeout()), this, SLOT(update_tracker_calibration()));
- connect(ui.camera_settings, SIGNAL(pressed()), this, SLOT(camera_settings()));
+ connect(ui.camera_settings, SIGNAL(clicked()), this, SLOT(camera_settings()));
}
void TrackerControls::toggleCalibrate()