mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
random fixes and making windows build script
This commit is contained in:
@@ -292,7 +292,9 @@ public class PdeEditor extends Panel {
|
||||
//System.out.println("pwindow activated");
|
||||
// editor doesn't necessarily have to be on top
|
||||
//presentationWindow.toBack();
|
||||
if (frame != null) frame.toFront();
|
||||
|
||||
// don't move the editor window to the front after all
|
||||
//if (frame != null) frame.toFront();
|
||||
try {
|
||||
//((KjcEngine)(runner.engine)).window.toFront();
|
||||
engine.front();
|
||||
|
||||
Reference in New Issue
Block a user