mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
cases missing in 'switch' in PictureFlow
This commit is contained in:
parent
f012a6d30e
commit
0c02564fc5
@ -1017,6 +1017,8 @@ PictureFlow::PictureFlow(QWidget* parent,FlowType flowType): QWidget(parent)
|
||||
case StripOverlapped:
|
||||
d->state = new PictureFlowState(0,0);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
framesSkip = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user