mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Reflowable documents: fix sync T/B margins (#13439)
This commit is contained in:
@@ -511,7 +511,11 @@ function ReaderTypeset:onSetPageTopAndBottomMargin(t_b_margins, when_applied_cal
|
||||
end
|
||||
|
||||
function ReaderTypeset:onSyncPageTopBottomMargins(toggle, when_applied_callback)
|
||||
self.sync_t_b_page_margins = not self.sync_t_b_page_margins
|
||||
if toggle == nil then
|
||||
self.sync_t_b_page_margins = not self.sync_t_b_page_margins
|
||||
else
|
||||
self.sync_t_b_page_margins = toggle
|
||||
end
|
||||
if self.sync_t_b_page_margins then
|
||||
-- Adjust current top and bottom margins if needed
|
||||
if self.unscaled_margins[2] ~= self.unscaled_margins[4] then
|
||||
|
||||
@@ -399,9 +399,9 @@ function Profiles:getProfileFromCurrentBookSettings(new_name)
|
||||
"word_expansion",
|
||||
"visible_pages",
|
||||
"h_page_margins",
|
||||
"sync_t_b_page_margins",
|
||||
"t_page_margin",
|
||||
"b_page_margin",
|
||||
"sync_t_b_page_margins",
|
||||
"view_mode",
|
||||
"block_rendering_mode",
|
||||
"render_dpi",
|
||||
|
||||
Reference in New Issue
Block a user