Use a radio item rather than a check item when selecting CPL in the content menu.
authorCarl Hetherington <cth@carlh.net>
Mon, 13 Aug 2018 15:54:56 +0000 (16:54 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 13 Aug 2018 23:03:40 +0000 (00:03 +0100)
src/wx/content_menu.cc

index 36187e00f307849308577fec31f512e7ee06171a..6a5ca8be4dd9a1998cf076fc0d4abf9ca29c2d7a 100644 (file)
@@ -132,7 +132,7 @@ ContentMenu::popup (weak_ptr<Film> film, ContentList c, TimelineContentViewList
                                /* We can't have 0 as a menu item ID on OS X */
                                int id = 1;
                                BOOST_FOREACH (shared_ptr<dcp::CPL> i, cpls) {
-                                       wxMenuItem* item = _cpl_menu->AppendCheckItem (
+                                       wxMenuItem* item = _cpl_menu->AppendRadioItem (
                                                id++,
                                                wxString::Format (
                                                        "%s (%s)",