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

changing tool using keyboard can cause crash #86

Closed robaho closed 4 years ago

robaho commented 4 years ago

need some input from the community, since I can't make it happen but I see some reports from Apple provided crash logs

robaho commented 4 years ago

Finally figured out what was causing the crash with the smudge. If you are drawing (dragging) and press the key to switch the tool to the smudge, it attempts to use structures that were not initialized (since the drawing did not start with the tool).

robaho commented 4 years ago

fixed in 2.5.3 - needed to ensure the tools were only used when their setup had been completed