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;