When a close the viewer in full screen, a wont see the current image file, but Dopus set selectet initial image. How to solve this?
I want close viewer and image file of the current image set selected. Is it possible?
When a close the viewer in full screen, a wont see the current image file, but Dopus set selectet initial image. How to solve this?
I want close viewer and image file of the current image set selected. Is it possible?
The initial image isn't selected when you exit the viewer; it just isn't deselected when you double-click the image and open the viewer. (The viewer doesn't modify selections at all.)
You can use Ctrl-T (or Edit -> Tag File) in the viewer to make it put a checkmark next to the current file. That way when you go back to the file display it's easy to see which image(s) you tagged. You can also then use a button or hotkey which runs this command to turn the checkboxes into the current selection:
Select FROMCHECKS DESELECTNOMATCH
Set CHECKBOXMODE=Off
(That'll also turn off checkbox mode. If you don't want to do that remove the 2nd line.)
Thanks!
Dopus need keep this in the config options in the next update...