mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
91e69ce7e3
commit
80cd26dad2
@ -552,6 +552,7 @@ class DocumentView(QWebView): # {{{
|
||||
magnification_changed = pyqtSignal(object)
|
||||
DISABLED_BRUSH = QBrush(Qt.lightGray, Qt.Dense5Pattern)
|
||||
gesture_handler = lambda s, e: False
|
||||
last_loaded_path = None
|
||||
|
||||
def initialize_view(self, debug_javascript=False):
|
||||
self.setRenderHints(QPainter.Antialiasing|QPainter.TextAntialiasing|QPainter.SmoothPixmapTransform)
|
||||
|
Loading…
x
Reference in New Issue
Block a user