July 3, 2015
7:22 p.m.
you can save the image with the shortcut cmd+shift+s the shortcut action is: [ Smalltalk snapshot: true andQuit: false. UIManager default inform: 'Image saved' ] Save the image and show a notification. If you do this shortuct, the image is saved and you'll see the notification - ok. If you close the image, without saving again and open the image again, it starts with showing this notification again. How can this work? The notification was sent after the image was saved.