mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-16 11:50:02 +01:00
now pause shows original image as first frame
This commit is contained in:
@@ -1008,7 +1008,9 @@ void AC_MainWindow::controls_Pause() {
|
||||
controls_pause->setText("Paused");
|
||||
controls_pause->setChecked(true);
|
||||
paused = true;
|
||||
if(programMode == MODE_VIDEO) goto_window->showWindow(frame_index, 0, video_frames);
|
||||
if(programMode == MODE_VIDEO) {
|
||||
goto_window->showWindow(frame_index, 0, video_frames);
|
||||
}
|
||||
playback->Stop();
|
||||
} else {
|
||||
controls_pause->setText("Pause");
|
||||
|
||||
Reference in New Issue
Block a user