mirror of
https://github.com/YACReader/yacreader
synced 2026-02-20 22:13:06 -05:00
cases missing in 'switch' in PictureFlow
This commit is contained in:
@ -1017,6 +1017,8 @@ PictureFlow::PictureFlow(QWidget* parent,FlowType flowType): QWidget(parent)
|
|||||||
case StripOverlapped:
|
case StripOverlapped:
|
||||||
d->state = new PictureFlowState(0,0);
|
d->state = new PictureFlowState(0,0);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
framesSkip = 0;
|
framesSkip = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user