From e35f3b6a3357fc3832a9d68ed37ddb9b5320ef0a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 5 Feb 2016 14:03:44 +0000 Subject: Resolves: tdf#97465 like scroll ignore wheel for sc input handler inputchanged Change-Id: Ide7fe1388ffe6f85a1f459037316d03193470d8a --- sc/source/ui/app/inputwin.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index e61945a94842..105ba1ab5086 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -1526,6 +1526,10 @@ void ScTextWnd::Command( const CommandEvent& rCEvt ) { //don't call InputChanged for CommandEventId::Wheel } + else if ( nCommand == CommandEventId::Swipe ) + { + //don't call InputChanged for CommandEventId::Swipe + } else SC_MOD()->InputChanged( pEditView ); } -- cgit v1.2.3