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

@@ -59,6 +59,7 @@ void GotoWindow::pressedGo() {
if(f_pos != goto_pos->sliderPosition()) {
goto_pos->setSliderPosition(f_pos);
}
showImage();
}
void GotoWindow::slideChanged(int pos) {
@@ -69,4 +70,5 @@ void GotoWindow::slideChanged(int pos) {
text = "";
stream << (pos);
goto_frame->setText(text);
}

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