saalfeldlab / paintera

GNU General Public License v2.0
94 stars 17 forks source link

fix commit triggers, update dependencies, build on github macos-14 #526

Closed cmhulbert closed 4 months ago

cmhulbert commented 4 months ago

The previous bump to SaalFX 1.1.0 introduced keysExclusive Option for KeyActions with keyBindings. The default was false, which was breaking behavior with prior uses of NamedKeyCombinations in Paintera. This fix explicitly sets keysExclusive = true for certain actions. It may be better in the future to have the be the default implementation in SaalFX.