mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 02:53:38 +02:00
Implement #1338 (fix in pylrs.py--remedy for slow page turns on PRS-505)
This commit is contained in:
parent
c43c80b7bb
commit
99bf65e171
1 changed files with 2 additions and 1 deletions
|
|
@ -1431,7 +1431,8 @@ def toLrf(self, lrfWriter):
|
|||
|
||||
|
||||
#print "page contents:", pageContent
|
||||
p.appendLrfTag(LrfTag("ObjectList", pageContent))
|
||||
# ObjectList not needed and causes slowdown in SONY LRF renderer
|
||||
#p.appendLrfTag(LrfTag("ObjectList", pageContent))
|
||||
p.appendLrfTag(LrfTag("Link", self.pageStyle.objId))
|
||||
p.appendLrfTag(LrfTag("ParentPageTree", lrfWriter.getPageTreeId()))
|
||||
p.appendTagDict(self.settings)
|
||||
|
|
|
|||
Loading…
Reference in a new issue