rschroll / beru

The Basic Epub Reader for Ubuntu
http://rschroll.github.io/beru/
GNU General Public License v3.0
25 stars 12 forks source link

Fix for issue 63 - force flickable to return to its bounds #73

Closed randy-jr-olive closed 9 years ago

randy-jr-olive commented 9 years ago

This does the reload of the localBooks in a different way, I think a way that addresses the actual problem (but may not actual fix it). Flickable of localBooks is told to returnToBounds() which pushes all the book covers back up to their original positions.

rschroll commented 9 years ago

I don't know why that works, but it does. This is better than doing an extra push and pop, so we'll go ahead with it.

Thanks!