[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - sc/source
Caolán McNamara
caolanm at redhat.com
Fri Feb 5 14:50:20 UTC 2016
sc/source/ui/app/inputwin.cxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 113f000d38c34dd4dda6903976f8febf6d95375c
Author: Caolán McNamara <caolanm at 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 );
}
More information about the Libreoffice-commits
mailing list