One more setting to preserve in floating punctuation workaround

This commit is contained in:
Paulo Matias
2014-01-23 10:52:27 -02:00
parent 5c620e44ba
commit 1410860a2c

View File

@@ -119,8 +119,8 @@ function ReaderTypeset:toggleFloatingPunctuation()
self.ui.document:setFloatingPunctuation(self.floating_punctuation)
--self.ui:handleEvent(Event:new("UpdatePos"))
-- workaround: set again things unset by crengine after changing floating punctuation
self.ui.document:setFontFace(self.ui.font.font_face or
self.ui.doc_settings:readSetting("font_face"))
self.ui.document:setFontFace(self.ui.font.font_face)
self.ui.document:setInterlineSpacePercent(self.ui.font.line_space_percent)
cre.setHyphDictionary(self.ui.hyphenation.hyph_alg)
self:_setPageMargins()
end