https://bugs.kde.org/show_bug.cgi?id=422080
Albert Astals Cid <aa...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/okular/commit/aa0d1b45 | |9b2f85515768639aa9e6620eb1e | |121de Resolution|--- |FIXED --- Comment #7 from Albert Astals Cid <aa...@kde.org> --- Git commit aa0d1b459b2f85515768639aa9e6620eb1e121de by Albert Astals Cid, on behalf of Mahmoud Khalil. Committed on 07/04/2021 at 21:39. Pushed by aacid into branch 'master'. Fixes changing continuous mode while on tabs issue Toggling the Continuous mode while opening multiple tabs caused an issue in Okular, in which it considered it a global setting. So, toggling it for one document, then toggling it again for the other documents may not take effect. This should fix it by considering this setting a per document setting, and therefore toggling the mode for one document shouldn't have any effect for other documents. M +2 -0 conf/okular.kcfg M +5 -0 part/dlggeneral.cpp M +24 -20 part/pageview.cpp M +8 -1 part/pageview.h https://invent.kde.org/graphics/okular/commit/aa0d1b459b2f85515768639aa9e6620eb1e121de -- You are receiving this mail because: You are the assignee for the bug.