summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-19 23:29:31 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-19 23:41:00 +0300
commit8a5993aeea148ae5d84b4ab8f5116075d9456a5d (patch)
tree3bcc632ae9a6983a46638e2f8629afa4545bbe56 /sw
parente03dc2b84f820814d5da0eb0a5629d252dac75ca (diff)
While at it, disable "smooth scroll" for Android and iOS, too
The display updating happens in such a roundabout fashion that attempting smooth scrolling here can't have any useful effect. Change-Id: Iac085ea2ed6bad7a644e889f40fef1e329a041c9
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/view/viewsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx
index 5257693809be..da4ab586498c 100644
--- a/sw/source/core/view/viewsh.cxx
+++ b/sw/source/core/view/viewsh.cxx
@@ -1211,7 +1211,7 @@ sal_Bool ViewShell::SmoothScroll( long lXDiff, long lYDiff, const Rectangle *pRe
lMult = 12;
}
-#ifndef MACOSX
+#if !defined(MACOSX) && !defined(ANDROID) && !defined(IOS)
// #i98766# - disable smooth scrolling for Mac
// #i75172# isolated static conditions