GNOME Bugzilla – Bug 344871
Image->mode menuitems should be radio button type
Last modified: 2008-01-15 13:08:39 UTC
In the Image->mode menu, there are three items: RGB, Grayscale, Indexed. The one currently selected appears as insensitive. The more natural way would be to show these as radio button items, where the currently seelcted has a pressed radio button. Other information:
You absolutely have a point here. I wonder why noone has thought of this before. Changed in the development branch: 2006-06-14 Sven Neumann <sven@gimp.org> * app/actions/image-actions.c: use radio items for the Image mode as suggested in bug #344871. * app/actions/image-commands.[ch] (image_convert_cmd_callback): changed accordingly.
They were no radio buttons because in this case we agreed on the icons being much more useful than the radio indicators. I vote for reverting and closing as WONTFIX.
Well, I disagree. The Image mode menu has always been a major source of confusion. and IMO it has improved a lot by this little change. With the old state it was not obvious what mode the image is in and why one of the modes was grayed out.
Very well, closing again then.
Maybe the ideal would be that gtk allowed also a GtkCheckMenuItem to have an icon.