apocalyptech / eschalon_utils

Eschalon Books I, II, and III Character and Map Editors
http://apocalyptech.com/eschalon/
GNU General Public License v2.0
8 stars 3 forks source link

Mouse gets stuck in erasing mode when it erases Big Graphic objects #58

Closed apocalyptech closed 10 years ago

apocalyptech commented 10 years ago

If you're using the erase tool and it ends up touching a tile with a Big Graphic on it, the app will end up in a state where it thinks the mouse button is being held down, when it actually isn't, which can result in some unwanted erasures. Clicking once to reset those state vars takes care of it, but it shouldn't happen in the first place.

This might have something to do with my focus-follows-mouse setup, but regardless, I'd like to fix it.