working on goto window

This commit is contained in:
lostjared
2018-08-30 04:10:02 -07:00
parent 5ff297fc8f
commit 646faeac2c
2 changed files with 3 additions and 1 deletions

View File

@@ -982,7 +982,7 @@ void AC_MainWindow::controls_Pause() {
controls_pause->setText("Paused");
controls_pause->setChecked(true);
paused = true;
goto_window->show();
goto_window->showWindow(0, video_frames);
playback->Stop();
} else {
controls_pause->setText("Pause");