viewer: update the display even if the frame hasn't changed

Fixes #1611
This commit is contained in:
itsmattkc
2021-05-07 16:26:02 +10:00
parent 6d14010de7
commit 01f4cd4d16
+2 -2
View File
@@ -106,9 +106,9 @@ void ViewerDisplayWidget::SetImage(FramePtr in_buffer)
last_loaded_buffer_ = in_buffer;
texture_equal_to_frame_ = false;
update();
}
update();
}
void ViewerDisplayWidget::SetDeinterlacing(bool e)