Overview

PhotoSnapper now shows unrendered photos in the photo series. Double clicking a PhotoSnapper now opens a SelectPhotoDialog.

Compile Time Changes

In cm/std/photo/photoSnapper.cm an argument has been added to the createNewPhoto method.

Old: final public void createNewPhoto()
New: final public void createNewPhoto(bool loadPhoto=true)