mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 01:29:17 +01:00
fixed key events to menus, other cleanups
This commit is contained in:
@@ -151,6 +151,7 @@ public class PdeRuntime implements PdeMessageConsumer {
|
||||
// toxi_030903: moved keyListener to PdeEditor's presentationWindow
|
||||
|
||||
} else {
|
||||
//window = new Frame(sketch.name); // use ugly windows
|
||||
window = new Frame(sketch.name); // use ugly windows
|
||||
((Frame)window).setResizable(false);
|
||||
if (editor.icon != null) {
|
||||
@@ -176,6 +177,9 @@ public class PdeRuntime implements PdeMessageConsumer {
|
||||
//new DelayedClose(editor);
|
||||
//editor.doClose();
|
||||
}
|
||||
//System.out.println("consuming1");
|
||||
//e.consume();
|
||||
//System.out.println("consuming2");
|
||||
}
|
||||
});
|
||||
y1 += parentInsets.top;
|
||||
|
||||
Reference in New Issue
Block a user