mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-16 11:50:02 +01:00
now should display without filter on pause
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user