robaho / seashore

easy to use mac osx image editing application for the rest of us
GNU General Public License v2.0
447 stars 20 forks source link

refactor tools and utilities instance handling #97

Closed robaho closed 4 years ago

robaho commented 4 years ago

currently the utilities are stored in a map keyed by the document id - they should be instance properties of the document for simplicity - I think the original implementation did this to allow for lazy initialization to speed start-up but I'm not sure that is the case any more.

robaho commented 4 years ago

fixed in 2.4.19