April 26, 2017
3:21 p.m.
Hi, OmSessionStore registers an action (OmSessionStore>>#store) when the event SnapshotDone is triggered. However this event is triggered immediately when an image is opened after being saved, before the file system was reset. This means that OmSessionStore>>#store is called before the file system is reset. Hence, if you save an image on windows and open it on mac you run into issues as OmSessionStore>>#store performs file operations that will work with a WindowsStore instead of a MacStore. Does OmSessionStore need to register to SnapshotDone events? When the image is opened OmSessionStore>>#store will be called anyway as OmSessionStore registers a start-up action. Cheers, Andrei