vcl/unx/gtk3/gtkinst.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 89f4bc3b8c74a0c9e83d33577f9c924637e9c6c2
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Aug 10 20:20:09 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu Aug 11 10:09:02 2022 +0200

    gtk4: clear action group in dtor
    
    Change-Id: I0b0a11fe108f63b63238e2517e9151d52673bbf9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138099
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx
index 49ae4676be32..31e021140a0f 100644
--- a/vcl/unx/gtk3/gtkinst.cxx
+++ b/vcl/unx/gtk3/gtkinst.cxx
@@ -10860,6 +10860,7 @@ public:
     {
 #if GTK_CHECK_VERSION(4, 0, 0)
         g_signal_handler_disconnect(m_pMenuButtonToggleButton, 
m_nToggledSignalId);
+        gtk_widget_insert_action_group(GTK_WIDGET(m_pMenuButton), "menu", 
nullptr);
 #else
         if (m_pMenuHack)
         {

Reply via email to