diff --git a/src/goto_window.cpp b/src/goto_window.cpp index f4a137b..2b18313 100644 --- a/src/goto_window.cpp +++ b/src/goto_window.cpp @@ -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); + } diff --git a/src/main_window.cpp b/src/main_window.cpp index edf7cc2..e051693 100644 --- a/src/main_window.cpp +++ b/src/main_window.cpp @@ -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");