Kaydet (Commit) a860c94f authored tarafından Maxim Monastirsky's avatar Maxim Monastirsky

tdf#117017 Make modifier keys not trigger the InputChanged handler

Change-Id: Ib05883688ef4143c0b53871c4336920dde6f91cc
Reviewed-on: https://gerrit.libreoffice.org/52924Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMaxim Monastirsky <momonasmon@gmail.com>
üst 3732d5ab
......@@ -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() );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment