sc/source/ui/app/inputwin.cxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit a860c94f0da22065074cc36e8ddda73261641533 Author: Maxim Monastirsky <momonas...@gmail.com> Date: Sun Apr 15 22:28:32 2018 +0300 tdf#117017 Make modifier keys not trigger the InputChanged handler Change-Id: Ib05883688ef4143c0b53871c4336920dde6f91cc Reviewed-on: https://gerrit.libreoffice.org/52924 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonas...@gmail.com> diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index da42d3bfff18..985365e3f2fd 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -1425,6 +1425,10 @@ void ScTextWnd::Command( const CommandEvent& rCEvt ) { //don't call InputChanged for CommandEventId::Swipe } + else if ( nCommand == CommandEventId::ModKeyChange ) + { + //don't call InputChanged for CommandEventId::ModKeyChange + } else SC_MOD()->InputChanged( mpEditView.get() ); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits