GNOME Bugzilla – Bug 340901
Adjust Colur: Modifying wrong picture
Last modified: 2006-09-29 04:44:27 UTC
1) Select one photo in browse mode 2) Start Adjust Colur (from browse mode) 3) --> Photo is displayed in Edit mode 4) Go back to browse mode 4) Select another picture 5) Modify the color in the already displayed color dialog 6) The first selected picture colors are adjusted. (If you change photo by using the next/previous arrows in Edit mode, the color dialog change photos as well) The Color Dialog should be reflect the current selected photo.
Perhaps similar to bug #338842 ?
hmmm this is just that selecting the image in browse mode is not really meant to be the same as chosing to edit the image. We should probably close the color dialog when you switch back to browse mode.
Created attachment 73249 [details] [review] Patch Created a small patch (with good help from Stephane), that 1) Ensures only one ColorDialog can be open at once 2) Destroys the ColorDialog if we leave Edit mode 3) Let the ColorDialog follow the picture in Full Screen mod
reviewed. it works.
I committed a modified version of this patch. It adds the ability to seamlessly switch between Edit and Fullscreen modes w/o resetting the changes you have made to the color adjustment dialog.