Viewer: Fix scrollbar showing up on initial book open even if disabled in preferences. Fixes #1847323 [Scrollbar shows even when disabled on book open](https://bugs.launchpad.net/calibre/+bug/1847323)

This commit is contained in:
Kovid Goyal 2019-10-09 07:43:18 +05:30
parent 0605ec0054
commit a79c83cb9e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -215,6 +215,7 @@ class View:
self.processing_spine_item_display = False
self.pending_load = None
self.currently_showing = {}
self.book_scrollbar.apply_visibility()
@property
def iframe(self):