Merge pull request #1662 from luzpaz/typo/XEmbedFowarding

qtvcp: fix source typo
This commit is contained in:
c-morley 2022-03-13 13:56:11 -07:00 committed by GitHub
commit b016bf7722
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -320,7 +320,7 @@ Pressing cancel will close linuxcnc.""" % target)
forward = os.environ.get('AXIS_FORWARD_EVENTS_TO', None) forward = os.environ.get('AXIS_FORWARD_EVENTS_TO', None)
LOG.critical('Forwarding events to AXIS is not well tested yet') LOG.critical('Forwarding events to AXIS is not well tested yet')
if forward: if forward:
xembed.XEmbedFowarding(window, forward) xembed.XEmbedForwarding(window, forward)
# push the window id for embedment into an external program # push the window id for embedment into an external program
if opts.push_XID: if opts.push_XID: