now should display without filter on pause

This commit is contained in:
lostjared
2018-11-17 16:02:42 -08:00
parent dd7d7a6ea3
commit b1addfb21c

View File

@@ -73,14 +73,7 @@ void GotoWindow::showWindow(int frame_index, int min, int max) {
goto_pos->setSliderPosition(frame_index);
slideChanged(frame_index);
show();
QImage img;
int set_index = frame_index-1;
if(set_index < 0)
set_index = 0;
if(playback_thread->getFrame(img, set_index)) {
disp_window->displayImage(img);
}
pressedGo();
}
void GotoWindow::pressedGo() {