| commit | db439064030a8a90171d03c8250398b063499830 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Fri May 06 14:41:15 2022 +0100 |
| committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | Sun May 08 10:07:30 2022 +0200 |
| tree | de0ee3f4275cabf539b09b59dbc9f81f39b65635 | |
| parent | b34fd1309db0f8968f124a92eca8f3f1ba7fbf7a [diff] |
tdf#148962 starmath's UnicodeNotationToggle (alt+x) getting called twice Change-Id: Ib150e4825c547c19a30c7b66d3f33904b814a917 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133865 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx index e8e79a2..939fe31 100644 --- a/starmath/source/edit.cxx +++ b/starmath/source/edit.cxx
@@ -342,7 +342,9 @@ bool SmEditTextWindow::KeyInput(const KeyEvent& rKEvt) if (!bConsumed) { SmViewShell *pView = mrEditWindow.GetView(); if ( pView && !pView->KeyInput(rKEvt) ) if (pView) bConsumed = pView->KeyInput(rKEvt); if (pView && !bConsumed) { // F1 (help) leads to the destruction of this Flush();