From 3bce28ee28b3266c2a8cd871a3a891d477621ce2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 3 Sep 2015 09:35:22 +0200 Subject: also save if save pending when start tracking Just to be safe. Issue: #179 --- facetracknoir/ui.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/facetracknoir/ui.cpp b/facetracknoir/ui.cpp index 4d93f3b2..984901f6 100644 --- a/facetracknoir/ui.cpp +++ b/facetracknoir/ui.cpp @@ -299,6 +299,8 @@ void MainWindow::startTracker() { // trackers take care of layout state updates const bool is_inertial = ui.video_frame->layout() == nullptr; updateButtonState(true, is_inertial); + + maybe_save(); } void MainWindow::stopTracker( ) { -- cgit v1.2.3