mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
cases missing in 'switch' in PictureFlow
This commit is contained in:
@ -1399,6 +1399,8 @@ void PictureFlow::setFlowType(FlowType flowType)
|
||||
d->state->spacingRatio = 0;
|
||||
d->state->reposition();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
d->state->reset();
|
||||
d->renderer->init();
|
||||
|
Reference in New Issue
Block a user