From f30ad4dec0a3fa5f1770fba93106a3e8910d66ba Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 13 Aug 2018 16:54:56 +0100 Subject: Use a radio item rather than a check item when selecting CPL in the content menu. --- src/wx/content_menu.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wx/content_menu.cc b/src/wx/content_menu.cc index 36187e00f..6a5ca8be4 100644 --- a/src/wx/content_menu.cc +++ b/src/wx/content_menu.cc @@ -132,7 +132,7 @@ ContentMenu::popup (weak_ptr film, ContentList c, TimelineContentViewList /* We can't have 0 as a menu item ID on OS X */ int id = 1; BOOST_FOREACH (shared_ptr i, cpls) { - wxMenuItem* item = _cpl_menu->AppendCheckItem ( + wxMenuItem* item = _cpl_menu->AppendRadioItem ( id++, wxString::Format ( "%s (%s)", -- cgit v1.2.3