mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
cases missing in 'switch' in PictureFlow
This commit is contained in:
parent
0c02564fc5
commit
e084bdd447
@ -1399,6 +1399,8 @@ void PictureFlow::setFlowType(FlowType flowType)
|
|||||||
d->state->spacingRatio = 0;
|
d->state->spacingRatio = 0;
|
||||||
d->state->reposition();
|
d->state->reposition();
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
d->state->reset();
|
d->state->reset();
|
||||||
d->renderer->init();
|
d->renderer->init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user