sc/source/ui/app/inputwin.cxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 113f000d38c34dd4dda6903976f8febf6d95375c Author: Caolán McNamara <caol...@redhat.com> Date: Fri Feb 5 14:03:44 2016 +0000 Resolves: tdf#97465 like scroll ignore wheel for sc input handler inputchanged Change-Id: Ide7fe1388ffe6f85a1f459037316d03193470d8a (cherry picked from commit e35f3b6a3357fc3832a9d68ed37ddb9b5320ef0a) diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index 8fe0dc7..cd15f3d 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -1609,6 +1609,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 ); }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits