[NSView lockFocus] was deprecated in macOS 10.14 and seems to be removed on 12.0.
This PR prevents the prefpane from crashing while trying to show the gesture preview window. It uses a single background color as a substitute for a drawn background, though it is not as pretty.
imageWithSize:flipped:drawingHandler is a potential replacement for lockFocus, e.g.
[NSView lockFocus]
was deprecated in macOS 10.14 and seems to be removed on 12.0. This PR prevents the prefpane from crashing while trying to show the gesture preview window. It uses a single background color as a substitute for a drawn background, though it is not as pretty.imageWithSize:flipped:drawingHandler
is a potential replacement forlockFocus
, e.g.Pull request submitted upstream: #4