Hide the zoom spiel when swicthign to continuous mode with reflow

enabled.

Zoom modes are disabled w/ reflow since #7463

Fix #6572
reviewable/pr7507/r1
NiLuJe 3 years ago committed by Frans de Jonge
parent aef1e271b5
commit 01224e5f49

@ -734,7 +734,8 @@ end
function ReaderView:onSetScrollMode(page_scroll) function ReaderView:onSetScrollMode(page_scroll)
if self.ui.document.info.has_pages and page_scroll if self.ui.document.info.has_pages and page_scroll
and self.ui.zooming.paged_modes[self.zoom_mode] then and self.ui.zooming.paged_modes[self.zoom_mode]
and self.ui.document.configurable.text_wrap == 0 then
UIManager:show(InfoMessage:new{ UIManager:show(InfoMessage:new{
text = _([[ text = _([[
Continuous view (scroll mode) works best with zoom to page width, zoom to content width or zoom to rows. Continuous view (scroll mode) works best with zoom to page width, zoom to content width or zoom to rows.

Loading…
Cancel
Save