mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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:
parent
0605ec0054
commit
a79c83cb9e
@ -215,6 +215,7 @@ class View:
|
|||||||
self.processing_spine_item_display = False
|
self.processing_spine_item_display = False
|
||||||
self.pending_load = None
|
self.pending_load = None
|
||||||
self.currently_showing = {}
|
self.currently_showing = {}
|
||||||
|
self.book_scrollbar.apply_visibility()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def iframe(self):
|
def iframe(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user