PageView should be able to resize from zero (#8286)
When resizing a PageView from 0x0, we weren't sure what the old page number was because all the pages are collapsed at zero. Now we avoid the divide by zero and default to the initialPage. Fixes #8285
Showing
Please register or sign in to comment