add link to issue

This commit is contained in:
Ben Fry
2021-07-03 06:55:33 -04:00
parent 76a3ec3b29
commit d2a4fadf78

View File

@@ -146,8 +146,9 @@ implements MouseListener, MouseMotionListener, ActionListener {
// It looks like ActionEvent expects old-style modifiers,
// so the e.getModifiers() call here may be correct.
// TODO Look into how this is getting used in Modes,
// and either update or add ignore to the deprecation [fry 191008]
// TODO Look into how this is getting used in Modes, and either
// update or add ignore to the deprecation [fry 191008]
// https://github.com/processing/processing4/issues/67
actionPerformed(new ActionEvent(this, ActionEvent.ACTION_PERFORMED,
null, e.getModifiers()));
}