Reviewed-by: Dmitry Smirnov <onlyjob@member.fsf.org>
Origin: other, https://bugs.debian.org/624095
Bug-Debian: https://bugs.debian.org/624095
Last-Update: 2020-06-05
Comment out code enabling smooth scrolling disregarding preferences
to leave decision whenever use the smooth scrolling or not to user.
Last-Update: 2020-06-05
Gbp-Pq: Name 624095-disable_smooth_scrolling.patch
{
m_iNumHorizPages = m_pLayout->countPages();
}
+/* Debian bug #624095: smooth scrolling enabled, preferences ignored.
+ * Commenting to leave decision whenever use the smooth scrolling to user.
if (m_iNumHorizPages > 1)
{
XAP_App::getApp()->setEnableSmoothScrolling(false);
{
XAP_App::getApp()->setEnableSmoothScrolling(true);
}
+*/
if(iOldNo != static_cast<UT_sint32>(m_iNumHorizPages))
{
UT_uint32 iPrevYOffset = m_yScrollOffset;