oh, Java...

This commit is contained in:
Ben Fry
2016-08-19 14:21:42 -04:00
parent 3f0ed67d8c
commit ed38bd453f
@@ -53,6 +53,9 @@ public class PdeInputHandler extends DefaultInputHandler {
* @since 3.2
*/
public PdeInputHandler(Editor editor) {
// Make sure the default constructor is called to set up the basics
this();
this.editor = editor;
}