[app] Settings need to be passed to BookModel

This commit is contained in:
Slava Monich 2015-07-12 19:39:55 +03:00
parent af87d79ceb
commit 8065a8a724

View file

@ -114,6 +114,7 @@ SilicaFlickable {
rightMargin: Theme.horizontalPageMargin
topMargin: Theme.itemSizeSmall
bottomMargin: Theme.itemSizeSmall
settings: globalSettings
onJumpToPage: bookView.jumpTo(index)
onCurrentPageChanged: {
if (currentPage >= 0 && bookView._jumpingTo < 0) {