mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Fixed not unchecked Auto-Screenshot when cancelled
This commit is contained in:
@@ -3507,6 +3507,10 @@ void MainWindow::selectScreenCaptureFormat(bool checked)
|
||||
_autoScreenCaptureOdomSync = true;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
_ui->actionAuto_screen_capture->setChecked(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user