mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-16 20:00:01 +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);
|
goto_pos->setSliderPosition(frame_index);
|
||||||
slideChanged(frame_index);
|
slideChanged(frame_index);
|
||||||
show();
|
show();
|
||||||
QImage img;
|
pressedGo();
|
||||||
int set_index = frame_index-1;
|
|
||||||
if(set_index < 0)
|
|
||||||
set_index = 0;
|
|
||||||
|
|
||||||
if(playback_thread->getFrame(img, set_index)) {
|
|
||||||
disp_window->displayImage(img);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void GotoWindow::pressedGo() {
|
void GotoWindow::pressedGo() {
|
||||||
|
|||||||
Reference in New Issue
Block a user