[Libreoffice-commits] core.git: starmath/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 23 18:44:15 UTC 2021


 starmath/source/edit.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 031876e3287828e9a7077db3c37cce801c8f3d93
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Apr 23 13:40:40 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Apr 23 20:43:27 2021 +0200

    consume context menu event
    
    Change-Id: Ic7d819775f59b7303dea1a381a20ca3ea1ac8d48
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114550
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx
index 2aa3c31d5d7b..26359d774682 100644
--- a/starmath/source/edit.cxx
+++ b/starmath/source/edit.cxx
@@ -340,7 +340,7 @@ bool SmEditTextWindow::Command(const CommandEvent& rCEvt)
         // purely for "ExecutePopup" taking a vcl::Window and
         // we assume SmEditTextWindow 0,0 is at SmEditWindow 0,0
         mrEditWindow.Command(rCEvt);
-        return false;
+        return true;
     }
 
     bool bConsumed = WeldEditView::Command(rCEvt);


More information about the Libreoffice-commits mailing list