Fixed not unchecked Auto-Screenshot when cancelled

This commit is contained in:
Mathieu Labbe
2015-01-12 15:39:33 -05:00
parent d202c13118
commit 74d6f9c83d

View File

@@ -3507,6 +3507,10 @@ void MainWindow::selectScreenCaptureFormat(bool checked)
_autoScreenCaptureOdomSync = true;
}
}
else
{
_ui->actionAuto_screen_capture->setChecked(false);
}
}
}