From 45813bada24a38ffdd057e9c88cc9bd3e284f488 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sat, 8 Dec 2007 11:53:07 +0000 Subject: [PATCH] [ 1836794 ] gtk menu: radiogroup and separator git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/menu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gtk/menu.cpp b/src/gtk/menu.cpp index 71dc66a136..c89d45db0f 100644 --- a/src/gtk/menu.cpp +++ b/src/gtk/menu.cpp @@ -1054,6 +1054,7 @@ bool wxMenu::GtkAppend(wxMenuItem *mitem, int pos) if ( mitem->IsSeparator() ) { menuItem = gtk_separator_menu_item_new(); + m_prevRadio = NULL; } else if ( mitem->GetBitmap().Ok() || (mitem->GetKind() == wxITEM_NORMAL && isstock) ) -- 2.45.2