now pause shows original image as first frame

This commit is contained in:
lostjared
2018-11-17 12:57:38 -08:00
parent 074180e402
commit caf60496fa
2 changed files with 11 additions and 1 deletions

View File

@@ -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");