[app] Fixed condition for BooksBookView being interactive

This commit is contained in:
Slava Monich 2016-10-15 02:16:43 +03:00
parent 35cb3cd8ca
commit 01c9f0744b

View file

@ -63,7 +63,7 @@ SilicaFlickable {
qsTrId("harbour-books-book-view-applying_smaller_fonts")
]
interactive: !linkMenu || !linkMenu.visible || !imageView || !imageView.visible
interactive: (!linkMenu || !linkMenu.visible) && (!imageView || !imageView.visible)
property var linkMenu
property var imageView