jack828 / fotoshop

0 stars 0 forks source link

Implemented 'Undo' Functionality #17

Closed HMackenzie closed 5 years ago

HMackenzie commented 5 years ago

Added a stack to the Image class to store changes made to the Image. Changes retrieved and added using newly-added getter and setter properties.

Added 'Undo' method to Editor class. Check if any changes have been made, and undoes the most recent one.